1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-27 04:15:13 +00:00

rename shell -> shell.lua

This commit is contained in:
kepler155c@gmail.com
2019-02-12 17:03:50 -05:00
parent 2d411df7d1
commit ae6d8e8ebd
13 changed files with 25 additions and 34 deletions

3
sys/autorun/upgraded.lua Normal file
View File

@@ -0,0 +1,3 @@
if fs.exists('sys/apps/shell') and fs.exists('sys/apps/shell.lua') then
fs.delete('sys/apps/shell')
end