From a8fb537a88fdbe77cdcbaa05ee28d1cad94550da Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 21 Apr 2021 08:28:00 -0700 Subject: . --- html/linux/crenshaw2-1b.subx.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/linux/crenshaw2-1b.subx.html') diff --git a/html/linux/crenshaw2-1b.subx.html b/html/linux/crenshaw2-1b.subx.html index f7efb75a..ac50b5ef 100644 --- a/html/linux/crenshaw2-1b.subx.html +++ b/html/linux/crenshaw2-1b.subx.html @@ -7,11 +7,11 @@ - + @@ -64,7 +64,7 @@ if ('onhashchange' in window) { 3 # except that we support hex numbers of multiple digits. 4 # 5 # To run: - 6 # $ bootstrap/bootstrap translate [01]*.subx apps/crenshaw2-1b.subx -o apps/crenshaw2-1b + 6 # $ bootstrap/bootstrap translate [01]*.subx crenshaw2-1b.subx -o crenshaw2-1b 7 # $ echo '1a' |bootstrap/bootstrap run crenshaw2-1b 8 # Expected output: 9 # # syscall(exit, 1a) -- cgit 1.4.1-2-gfad0 twtxt/plain/svc/cache_test.go?h=v0.3.1&id=2fd6b1aaa6b8382fabf1361259188f4ef36472d3'>plain) (blame)
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