From 7352d1932e15b6da85774853e6953c0b390fd75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 18 Mar 2019 14:57:14 +0100 Subject: Working. --- ttv | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 ttv (limited to 'ttv') 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 -- cgit v1.2.3