summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run.sh b/run.sh
deleted file mode 100755
index 5b2f015..0000000
--- a/run.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-[ -z "$@" ] && echo "Usage: $0 <base filename>" && exit 1
-cd $1 && find . -name "*.tex" | entr pandoc -s $1.tex -o $1.md \ No newline at end of file