sPhone/src/startup
2016-07-30 19:22:29 +02:00

6 lines
No EOL
117 B
Text

if not fs.exists("/.sPhone/init") then
printError("sPhone not found")
return
end
shell.run("/.sPhone/init", "-s")