Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local fs = require("filesystem")
- local mntDir
- function start(main)
- for path in fs.list("/mnt")
- do
- if path ~= main
- then
- mntDir=path
- end
- end
- os.execute("/mnt/"..mntDir.."autorun.lua")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement