Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local shell = require("shell")
- local args, _ = shell.parse(...)
- function printusage()
- print("Usage: build [PathToFile]")
- end
- if #args ~= 1 then
- printusage()
- else
- os.execute("/home/oclib/crash.lua /home/builder-crash.log /home/oclib/builder/builder.lua start --model=" .. table.concat(args))
- end
Add Comment
Please, Sign In to add comment