diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-11-18 17:38:12 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-11-18 17:38:12 -0800 |
commit | e88ee4ee915174eed7b7b7cce1a072e322e887c1 (patch) | |
tree | 68ceb8e6afeb681aa912f0521c1dd37ad4a3a77f | |
parent | 49ffb0308470b03249452120c4945ccbb642a71b (diff) | |
download | mu-e88ee4ee915174eed7b7b7cce1a072e322e887c1.tar.gz |
5757
-rwxr-xr-x | diff_ntranslate | 7 | ||||
-rwxr-xr-x | diff_translate | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/diff_ntranslate b/diff_ntranslate deleted file mode 100755 index 46e76844..00000000 --- a/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 diff --git a/diff_translate b/diff_translate deleted file mode 100755 index dbe55a24..00000000 --- a/diff_translate +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env zsh - -set -e -subx translate $* -o a0.elf -xxd a0.elf > a0.xxd -./translate $* # into a.elf and a.xxd -diff a0.xxd a.xxd |