Add programs.cfg

This commit is contained in:
Cody Young 2023-03-20 21:24:27 -05:00
commit f194879947
1 changed files with 11 additions and 0 deletions

11
programs.cfg Normal file
View File

@ -0,0 +1,11 @@
{
["logistics-test"] = {
files = {
["master/test-programs/logistics-pipes/request_all.lua"] = "/bin"
},
name = "Logistics Pipes Test",
description = "A program to test requesting items from a Logistics Pipes system",
authors = "cody_code",
repo = "tree/logistics-pipe-driver/test-programs/logistics-pipes"
}
}