summaryrefslogtreecommitdiff
path: root/rdr
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-11-05 14:07:54 -0800
committerBen Sima <ben@bsima.me>2018-11-05 14:07:54 -0800
commit1ec7b6c43bc264798adec51efcfed7060c9d9c83 (patch)
tree193bffb7121bc4a8d42d120e4e6cf71d0d193b3d /rdr
parent099544381c4f703dc4ec7fb6e785bb262ee02276 (diff)
Fix python scripts to work with nix
Diffstat (limited to 'rdr')
-rwxr-xr-xrdr3
1 files changed, 2 insertions, 1 deletions
diff --git a/rdr b/rdr
index d08ceaa..a258698 100755
--- a/rdr
+++ b/rdr
@@ -1,4 +1,5 @@
-#!/usr/bin/env sh
+#! /usr/bin/env nix-shell
+#! nix-shell -i bash -p pandoc
textract "$1" \
| pandoc -f html -t markdown \