diff options
Diffstat (limited to 'translate_mu')
-rwxr-xr-x | translate_mu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/translate_mu b/translate_mu new file mode 100755 index 00000000..d3029433 --- /dev/null +++ b/translate_mu @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +cat $* |apps/mu > a.subx + +./ntranslate init.linux 0*.subx mu-init.subx a.subx |