diff --git a/Applications/getecs.lua b/Applications/getecs.lua new file mode 100644 index 00000000..61ed7ee2 --- /dev/null +++ b/Applications/getecs.lua @@ -0,0 +1,2 @@ +shell.execute("wget https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/ECSAPI.lua lib/ECSAPI.lua -f") +shell.execute("reboot")