Corbinhol

Robot - Wrapper

Jul 31st, 2024 (edited)
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. local shell = require("shell");
  2.  
  3. local args = {...};
  4. local runProg = true;
  5. if args[1] == "-i" then
  6.     os.execute("pastebin run k10a9mDV");
  7. elseif args[1] == "dir" then
  8.     shell.setWorkingDirectory("/usr/CM_Automator/");
  9.     runProg = false;
  10. elseif args[1] == "-r" then
  11.     print("Resetting all data.");
  12.     os.execute("rm /usr/CM_Automator/data.dat");
  13. end
  14.  
  15. if runProg then
  16.     shell.setWorkingDirectory("/usr/CM_Automator/");
  17.     os.execute("/usr/CM_Automator/main.lua");
  18. end
Advertisement
Add Comment
Please, Sign In to add comment