about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-25 22:14:34 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-25 22:14:34 -0700
commit840236597711c51ef2c233c824fa39b44e64cce9 (patch)
treee44f44a76d541dd901250d73ffff13dd624bf69e
parentd8c2f71ce9b3738fc29e8ac0beeaf4796bb49649 (diff)
downloadmu-840236597711c51ef2c233c824fa39b44e64cce9.tar.gz
5587
No need for progress reports on ntranslate; it runs pretty fast.
-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