1
0
mirror of https://github.com/kepler155c/opus synced 2025-01-07 06:10:27 +00:00
opus/sys/autorun/upgraded.lua
kepler155c@gmail.com 1c859029f1 cleanup
2019-02-23 07:27:35 -05:00

4 lines
183 B
Lua

if fs.exists('sys/apps/shell') and fs.exists('sys/apps/shell.lua') then
fs.delete('sys/apps/shell')
end
if fs.exists('sys/autorun/gps.lua') then fs.delete('sys/autorun/gps.lua') end