about summary refs log tree commit diff stats
path: root/linux/ex8.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/ex8.subx
parent2d306e2a989386b41eb9626324f6702a64e87b77 (diff)
downloadmu-b964fa586faee7d1c8e3e9ed7f52e08f3ab2d267.tar.gz
7847
Diffstat (limited to 'linux/ex8.subx')
-rw-r--r--linux/ex8.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/ex8.subx b/linux/ex8.subx
index 84d27195..5a08b039 100644
--- a/linux/ex8.subx
+++ b/linux/ex8.subx
@@ -1,8 +1,8 @@
 # Example reading commandline arguments: compute length of first arg.
 #
 # To run:
-#   $ ./bootstrap translate init.linux apps/ex8.subx -o apps/ex8
-#   $ ./bootstrap run apps/ex8 abc de fghi
+#   $ bootstrap/bootstrap translate apps/ex8.subx -o apps/ex8
+#   $ bootstrap/bootstrap run ex8 abc de fghi
 # Expected result:
 #   $ echo $?
 #   3  # length of 'abc'