about summary refs log tree commit diff stats
path: root/linux/ex10.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/ex10.subx
parent2d306e2a989386b41eb9626324f6702a64e87b77 (diff)
downloadmu-b964fa586faee7d1c8e3e9ed7f52e08f3ab2d267.tar.gz
7847
Diffstat (limited to 'linux/ex10.subx')
-rw-r--r--linux/ex10.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/ex10.subx b/linux/ex10.subx
index 7ec86202..c62b32e2 100644
--- a/linux/ex10.subx
+++ b/linux/ex10.subx
@@ -1,8 +1,8 @@
 # String comparison: return 1 iff the two args passed in at the commandline are equal.
 #
 # To run:
-#   $ ./bootstrap translate init.linux apps/ex10.subx -o apps/ex10
-#   $ ./bootstrap run apps/ex10 abc abd
+#   $ bootstrap/bootstrap translate apps/ex10.subx -o apps/ex10
+#   $ bootstrap/bootstrap run ex10 abc abd
 # Expected result:
 #   $ echo $?
 #   0  # false
m <vc@akkartik.com> 2015-07-29 15:55:05 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-07-29 15:55:05 -0700 1885' href='/akkartik/mu/commit/html/screen.mu.html?h=main&id=9570363aec35e187e2395b1760a4b94e71580ac9'>9570363a ^
dbe12410 ^
c5ffb6e1 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61