about summary refs log tree commit diff stats
path: root/ntranslate
diff options
context:
space:
mode:
Diffstat (limited to 'ntranslate')
-rwxr-xr-xntranslate6
1 files changed, 0 insertions, 6 deletions
diff --git a/ntranslate b/ntranslate
index cdd5cb18..9a15e047 100755
--- a/ntranslate
+++ b/ntranslate
@@ -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