about summary refs log tree commit diff stats
path: root/linux/hex.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
commitb964fa586faee7d1c8e3e9ed7f52e08f3ab2d267 (patch)
tree92d8ecd1755831e2804be07d69ee1e127c1f0fc5 /linux/hex.subx
parent2d306e2a989386b41eb9626324f6702a64e87b77 (diff)
downloadmu-b964fa586faee7d1c8e3e9ed7f52e08f3ab2d267.tar.gz
7847
Diffstat (limited to 'linux/hex.subx')
-rw-r--r--linux/hex.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/hex.subx b/linux/hex.subx
index 5a86f8ec..ae80a13d 100644
--- a/linux/hex.subx
+++ b/linux/hex.subx
@@ -3,8 +3,8 @@
 # comments between '#' and newline.
 #
 # To run:
-#   $ ./bootstrap translate init.linux [01]*.subx apps/subx-params.subx apps/hex.subx  -o apps/hex
-#   $ echo '80 81 82  # comment'  |./bootstrap run apps/hex  |xxd -
+#   $ bootstrap/bootstrap translate [01]*.subx apps/subx-params.subx apps/hex.subx  -o apps/hex
+#   $ echo '80 81 82  # comment'  |bootstrap/bootstrap run hex  |xxd -
 # Expected output:
 #   00000000: 8081 82
 #