No need for progress reports on ntranslate; it runs pretty fast.
This commit is contained in:
Kartik Agaram 2019-08-25 22:14:34 -07:00
parent d8c2f71ce9
commit 8402365977
1 changed files with 0 additions and 6 deletions

View File

@ -15,20 +15,14 @@ set -e
./build
echo " tests"
cat $* |apps/tests > a.tests
echo " dquotes"
cat a.tests |apps/dquotes > a.dquotes
echo " assort"
cat a.dquotes |apps/assort > a.assort
echo " pack"
cat a.assort |apps/pack > a.pack
echo " survey"
cat a.pack |apps/survey > a.survey
echo " hex"
cat a.survey |apps/hex > a.elf