aboutsummaryrefslogtreecommitdiff
path: root/ttv
diff options
context:
space:
mode:
Diffstat (limited to 'ttv')
-rwxr-xr-xttv10
1 files changed, 10 insertions, 0 deletions
diff --git a/ttv b/ttv
new file mode 100755
index 0000000..6e527c6
--- /dev/null
+++ b/ttv
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+pushd $(dirname $(realpath $0)) > /dev/null
+
+LD_LIBRARY_PATH=$PWD
+
+file=texttv.json
+page=${1:- 100}
+
+./main.scm $file $page