diff options
Diffstat (limited to 'subx/translate')
-rwxr-xr-x | subx/translate | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/subx/translate b/subx/translate index 979c006c..f5957512 100755 --- a/subx/translate +++ b/subx/translate @@ -18,7 +18,9 @@ build echo `cat $* |grep -v '^\s*#\|^\s*$' |wc -l` lines -cat $* |./subx_bin run apps/dquotes > a.dquotes +cat $* |./subx_bin run apps/tests > a.tests + +cat a.tests |./subx_bin run apps/dquotes > a.dquotes cat a.dquotes |./subx_bin run apps/assort > a.assort |