sPhone/src/apps/spks/shell.spk
2016-11-20 17:06:00 +01:00

23 lines
No EOL
447 B
Text

--
-- sPhone Application Package
-- Built with SPK builder 1.2
--
{
files = "{\
[ \"shell.lua\" ] = \"term.setBackgroundColor(colors.black)\\\
term.setTextColor(colors.white)\\\
term.clear()\\\
term.setCursorPos(1,1)\\\
shell.run(\\\"/rom/programs/shell\\\")\\\
\",\
}",
config = "{\
type = \"app\",\
name = \"Shell\",\
version = 1,\
main = \"shell.lua\",\
id = \"sphone.shell\",\
author = \"BeaconNet\",\
hidden = true,\
}",
}