about summary refs log tree commit diff stats
path: root/linux/apps/ex8.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/apps/ex8.subx')
-rw-r--r--linux/apps/ex8.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/apps/ex8.subx b/linux/apps/ex8.subx
index 318f6dee..363c0b90 100644
--- a/linux/apps/ex8.subx
+++ b/linux/apps/ex8.subx
@@ -1,8 +1,8 @@
 # Example reading commandline arguments: compute length of first arg.
 #
 # To run:
-#   $ bootstrap/bootstrap translate 000init.subx apps/ex8.subx -o ex8
-#   $ bootstrap/bootstrap run ex8 abc de fghi
+#   $ ./translate_subx 000init.subx apps/ex8.subx
+#   $ ./a.elf abc de fghi
 # Expected result:
 #   $ echo $?
 #   3  # length of 'abc'
ison <ben@gbmor.org> 2023-06-12 22:48:29 -0400 wrapper script for adding users in bulk. cleanup and reconcile local changes.' href='/tilde/admin/commit/bin/showwhoison?id=127e786b70911bed54c1189e394e6744907395c1'>127e786 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16