-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprograms.cfg
More file actions
33 lines (32 loc) · 958 Bytes
/
programs.cfg
File metadata and controls
33 lines (32 loc) · 958 Bytes
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
{
["carp"] = {
files = {
[":master/carp/bin"] = "/bin",
[":master/carp/man"] = "/man",
["?master/carp/carpd.cfg"] = "//etc",
["master/carp/rc/carpd.lua"] = "//etc/rc.d"
},
name = "carp",
description = "remotely synchronize data and indicate overall system state",
authors = "0x5a4",
repo = "tree/master/carp"
},
["autodire"] = {
files = {
["master/autodire/autodire.lua"] = "/bin"
},
name = "autodire",
description = "automate the dire crafting table",
authors = "0x5a4",
repo = "tree/master/autodire"
},
["witherbegone"] = {
files = {
["master/witherbegone/witherbegone.lua"] = "/bin"
},
name = "witherbegone",
description = "automatically spawn the wither",
authors = "0x5a4",
repo = "tree/master/witherbegone"
}
}