mirror of
https://github.com/kepler155c/opus
synced 2025-02-07 20:50:01 +00:00
4 lines
106 B
Lua
4 lines
106 B
Lua
|
if fs.exists('sys/apps/shell') and fs.exists('sys/apps/shell.lua') then
|
||
|
fs.delete('sys/apps/shell')
|
||
|
end
|