diff options
Diffstat (limited to 'diff_translate')
-rwxr-xr-x | diff_translate | 7 |
1 files changed, 0 insertions, 7 deletions
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 |