about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-18 17:38:12 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-18 17:38:12 -0800
commite88ee4ee915174eed7b7b7cce1a072e322e887c1 (patch)
tree68ceb8e6afeb681aa912f0521c1dd37ad4a3a77f
parent49ffb0308470b03249452120c4945ccbb642a71b (diff)
downloadmu-e88ee4ee915174eed7b7b7cce1a072e322e887c1.tar.gz
5757
-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