about summary refs log tree commit diff stats
path: root/subx/diff_ntranslate
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-27 16:01:55 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-27 17:47:59 -0700
commit6e1eeeebfb453fa7c871869c19375ce60fbd7413 (patch)
tree539c4a3fdf1756ae79770d5c4aaf6366f1d1525e /subx/diff_ntranslate
parent8846a7f85cc04b77b2fe8a67b6d317723437b00c (diff)
downloadmu-6e1eeeebfb453fa7c871869c19375ce60fbd7413.tar.gz
5485 - promote SubX to top-level
Diffstat (limited to 'subx/diff_ntranslate')
-rwxr-xr-xsubx/diff_ntranslate7
1 files changed, 0 insertions, 7 deletions
diff --git a/subx/diff_ntranslate b/subx/diff_ntranslate
deleted file mode 100755
index 46e76844..00000000
--- a/subx/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