about summary refs log tree commit diff stats
path: root/diff_translate
diff options
context:
space:
mode:
Diffstat (limited to 'diff_translate')
-rwxr-xr-xdiff_translate7
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