1
0
mirror of https://github.com/20kdc/OC-KittenOS.git synced 2024-09-28 06:31:07 +10:00
OC-KittenOS/apps/filemgr.lua
gamemanj 2ae3f9a93a Initial commit
Currently eeprog pirate-speak language is unsupported, but... oh well.
2016-10-23 13:27:16 +01:00

4 lines
113 B
Lua

-- Launch the File Manager.
-- What more could be said?
A.openfile("any file", nil)
return {update = A.die}, 0, 0