mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 19:25:20 -04:00
Create autorun.lua
This commit is contained in:
parent
8a7b11b169
commit
ce982b15b5
@ -0,0 +1,4 @@
|
||||
local fs = require("filesystem")
|
||||
local shell = require("shell")
|
||||
fs.mount(...,"/op-manager")
|
||||
shell.setPath(shell.getPath() .. ":/op-manager")
|
Loading…
x
Reference in New Issue
Block a user