1
0
mirror of https://github.com/20kdc/OC-KittenOS.git synced 2024-11-16 23:48:05 +11:00
OC-KittenOS/apps/filemgr.lua

4 lines
113 B
Lua
Raw Normal View History

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