-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdates.js
More file actions
executable file
·45 lines (45 loc) · 1.59 KB
/
Copy pathupdates.js
File metadata and controls
executable file
·45 lines (45 loc) · 1.59 KB
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
hmm.updates = {
0.1() {
return ['/name']
},
0.201: () => ["/user", "/i18n"],
0.202: () => ["/i18n/en/ui", "/i18n/cd/ui"],
0.203: () => ["/cmd/$"],
0.2031: () => ["/cmd/$"],
0.20311: () => ["/cmd/$"],
0.204: () => ["/apps/fe.hmm"],
0.2041: () => ["/i18n/en/apps/fe", "/i18n/cd/apps/fe"],
0.2042: () => ["/apps/browser.hmm"],
0.2043: () => ["/better-alternative.txt"],
0.204301: () => ["/apps/fe.hmm", "/apps/browser.hmm", "/apps/settings.hmm", "/.shmm/app.hmm"],
0.2043011: () => ["/apps/fe.hmm", "/apps/browser.hmm", "/apps/settings.hmm", "/.shmm/app.hmm"],//AAAAAA
0.2044: () => ["/apps/textpad.hmm"],
0.2045: () => ["/cmd/rm", "/cmd/help"],
0.205: () => [
"/cmd/help",
"/cmd/echo",
"/cmd/err",
"/cmd/open",
"/cmd/#",
"/cmd/ptbye",
"/cmd/wait",
"/cmd/cd",
"/cmd/ls",
"/cmd/clear",
"/cmd/$",
"/cmd/rm"
],
0.2051: () => ["/cmd/open"],
0.206: () => ["/apps/store.hmm"],
0.207: () => ["/i18n/en/apps/store", "/i18n/cd/apps/store"],
0.208: () => ["/cmd/quit"],
0.21: () => ["/i18n/tok"],
0.211: () => ["/apps/browser.hmm/title", "/apps/fe.hmm/title", "/apps/settings.hmm/title", "/apps/store.hmm/title", "/apps/terminal.hmm/title", "/apps/textpad.hmm/title"],
0.212: () => ["/apps/textpad.hmm/title"],
0.213: () => ["/apps/settings.hmm/title/tok"],
0.214: () => ["/apps/fe.hmm/title/tok"],
0.215: () => ["/i18n/tok/apps/fe/deletefolder"],
0.22: () => ["/.pr/startup"],
0.23: () => ["/i18n/toksp"],
0.235: () => ["/apps/browser.hmm/title", "/apps/fe.hmm/title", "/apps/settings.hmm/title", "/apps/store.hmm/title", "/apps/terminal.hmm/title", "/apps/textpad.hmm/title"],
}