From dac833572b86b391bbca0df3b21f772df769ff95 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 25 Aug 2019 18:23:52 -0700 Subject: 5585 --- ntranslate | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'ntranslate') 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 -- cgit 1.4.1-2-gfad0