fix table path in pretty-print view script

This commit is contained in:
Prasetya Utama 2017-07-11 18:55:44 -04:00
parent 98cb9a7b13
commit 4307ce4949
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ else
echo "Usage: ./tables/view csv/XXX-csv/YYY.csv OR ./tables/view XXX YYY"
exit 1
fi
[ -f filename ] || filename=lib/data/tables/$filename
[ -f filename ] || filename=lib/data/WikiTableQuestions/$filename
view -c "set nowrap" $filename