sPhone/src/startup

6 lines
117 B
Text
Raw Normal View History

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