sPhone/src/startup

6 lines
117 B
Text
Raw Normal View History

2015-12-15 17:54:34 +00:00
if not fs.exists("/.sPhone/init") then
2016-07-30 17:22:29 +00:00
printError("sPhone not found")
return
2015-07-31 19:39:15 +00:00
end
2016-07-30 17:22:29 +00:00
shell.run("/.sPhone/init", "-s")