diff options
Diffstat (limited to 'subx/translate')
-rwxr-xr-x | subx/translate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subx/translate b/subx/translate index a5194e5b..979c006c 100755 --- a/subx/translate +++ b/subx/translate @@ -16,6 +16,8 @@ set -v build +echo `cat $* |grep -v '^\s*#\|^\s*$' |wc -l` lines + cat $* |./subx_bin run apps/dquotes > a.dquotes cat a.dquotes |./subx_bin run apps/assort > a.assort |