diff options
Diffstat (limited to 'ntranslate')
-rwxr-xr-x | ntranslate | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ntranslate b/ntranslate index 24d87056..cdd5cb18 100755 --- a/ntranslate +++ b/ntranslate @@ -12,22 +12,23 @@ # Again, that's for subsequent scripts. set -e -set -v ./build -echo `cat $* |grep -v '^\s*#\|^\s*$' |wc -l` lines - +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 - -xxd a.elf > a.xxd |