diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-27 16:01:55 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-27 17:47:59 -0700 |
commit | 6e1eeeebfb453fa7c871869c19375ce60fbd7413 (patch) | |
tree | 539c4a3fdf1756ae79770d5c4aaf6366f1d1525e /subx/diff_ntranslate | |
parent | 8846a7f85cc04b77b2fe8a67b6d317723437b00c (diff) | |
download | mu-6e1eeeebfb453fa7c871869c19375ce60fbd7413.tar.gz |
5485 - promote SubX to top-level
Diffstat (limited to 'subx/diff_ntranslate')
-rwxr-xr-x | subx/diff_ntranslate | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/subx/diff_ntranslate b/subx/diff_ntranslate deleted file mode 100755 index 46e76844..00000000 --- a/subx/diff_ntranslate +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env zsh - -set -e -subx translate $* -o a0.elf -xxd a0.elf > a0.xxd -./ntranslate $* # into a.elf and a.xxd -diff a0.xxd a.xxd |