aboutsummaryrefslogtreecommitdiff
path: root/ttv
blob: 2bcbbb4020971af8cc62f7c724d80dc75f072c3e (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

pushd $(dirname $(realpath $0)) > /dev/null

file=texttv.json
page=${1:- 100}

env LD_LIBRARY_PATH=$PWD ./main.scm $file $page