From cb25fa68fce88136c19f44343ff23454a3e8fee9 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 27 Sep 2015 01:24:43 +0300 Subject: [PATCH] Create getecs.lua --- Applications/getecs.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Applications/getecs.lua 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")