about summary refs log tree commit diff stats
path: root/examples/ex2.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-15 00:01:12 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-15 00:01:12 -0700
commit34fda13bfd12204f1fc0145005d9df08f31a1b73 (patch)
tree2b147c0ceb307fab897d4072d1b7d5724375594b /examples/ex2.subx
parent594b11c37cc5d43af92caa6559189b7f23d33085 (diff)
downloadmu-34fda13bfd12204f1fc0145005d9df08f31a1b73.tar.gz
5658
Diffstat (limited to 'examples/ex2.subx')
-rw-r--r--examples/ex2.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex2.subx b/examples/ex2.subx
index f99704de..8df4c62c 100644
--- a/examples/ex2.subx
+++ b/examples/ex2.subx
@@ -1,7 +1,7 @@
 # Add 1 and 1, and return the result in the exit code.
 #
 # To run:
-#   $ ./subx translate examples/ex2.subx -o examples/ex2
+#   $ ./subx translate init.linux examples/ex2.subx -o examples/ex2
 #   $ ./subx run examples/ex2
 # Expected result:
 #   $ echo $?
3c6a1a6a990'>71eb22a5 ^
2a2a5b1e ^
fd91f7f6 ^










33352536 ^
bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
33352536 ^
fd91f7f6 ^


bc20cc3d ^
fd91f7f6 ^


7a583220 ^
33352536 ^

bc20cc3d ^

fd91f7f6 ^
7a583220 ^
33352536 ^

fd91f7f6 ^

bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^


686a52bd ^
fd91f7f6 ^
686a52bd ^
fd91f7f6 ^

















bc20cc3d ^
33352536 ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^

bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^


bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^

bc20cc3d ^
fd91f7f6 ^


bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
33352536 ^
7a583220 ^
33352536 ^

bc20cc3d ^
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114