daelvn

Untitled

Dec 2nd, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. -- Wrapper for alfons+bsrocks
  2. execstring = "bsrocks exec /rocks/bin/alfons.lua"
  3. for i, argument in ipairs {...} do execstring = execstring .. " " .. argument end
  4. shell.run (execstring)
Advertisement
Add Comment
Please, Sign In to add comment