about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xdiff_ntranslate7
-rwxr-xr-xdiff_translate7
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