Create autorun.lua

This commit is contained in:
Vexatos 2014-06-16 16:51:37 +02:00
parent 8a7b11b169
commit ce982b15b5

View File

@ -0,0 +1,4 @@
local fs = require("filesystem")
local shell = require("shell")
fs.mount(...,"/op-manager")
shell.setPath(shell.getPath() .. ":/op-manager")