diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-28 09:37:28 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-28 11:09:31 -0800 |
commit | 880464a7d21dc0e2f15c52ef24937d5eca953f2e (patch) | |
tree | e4e5c70a1452c3adf3cc18c8f4a72a6ea6ba5030 /translate_subx_emulated | |
parent | dff67029adb1a27bff5937fa8e028fadbef521eb (diff) | |
download | mu-880464a7d21dc0e2f15c52ef24937d5eca953f2e.tar.gz |
7440
Diffstat (limited to 'translate_subx_emulated')
-rwxr-xr-x | translate_subx_emulated | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/translate_subx_emulated b/translate_subx_emulated index 730e020d..5faebbbb 100755 --- a/translate_subx_emulated +++ b/translate_subx_emulated @@ -8,15 +8,15 @@ set -e ./build -cat $* |./bootstrap_bin run apps/braces > a.braces -cat a.braces |./bootstrap_bin run apps/calls > a.calls -cat a.calls |./bootstrap_bin run apps/sigils > a.sigils -cat a.sigils |./bootstrap_bin run apps/tests > a.tests -cat a.tests |./bootstrap_bin run apps/assort > a.assort -cat a.assort |./bootstrap_bin run apps/dquotes > a.dquotes -cat a.dquotes |./bootstrap_bin run apps/assort > a.assort2 -cat a.assort2 |./bootstrap_bin run apps/pack > a.pack +cat $* |./bootstrap_bin run apps/braces > a.braces +cat a.braces |./bootstrap_bin run apps/calls > a.calls +cat a.calls |./bootstrap_bin run apps/sigils > a.sigils +cat a.sigils |./bootstrap_bin run apps/tests > a.tests +cat a.tests |./bootstrap_bin run apps/assort > a.assort +cat a.assort |./bootstrap_bin run apps/dquotes > a.dquotes +cat a.dquotes |./bootstrap_bin run apps/assort > a.assort2 +cat a.assort2 |./bootstrap_bin run apps/pack > a.pack cat a.pack |./bootstrap_bin run apps/survey_elf > a.survey -cat a.survey |./bootstrap_bin run apps/hex > a.elf +cat a.survey |./bootstrap_bin run apps/hex > a.elf chmod +x a.elf |