aboutsummaryrefslogtreecommitdiff
path: root/ttv
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-18 14:57:14 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-18 14:57:14 +0100
commit7352d1932e15b6da85774853e6953c0b390fd75b (patch)
treefa193c3a2a85e2628645598d8f48a77d0f4604eb /ttv
parentAdd preliminary parse code. (diff)
downloadtexttv-7352d1932e15b6da85774853e6953c0b390fd75b.tar.gz
texttv-7352d1932e15b6da85774853e6953c0b390fd75b.tar.xz
Working.
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