Update linkedSend.lua

This commit is contained in:
erius0 2021-01-08 20:34:26 +03:00 committed by GitHub
parent 40b312d4ba
commit 958862c590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,9 @@ local event = require("event")
local shell = require("shell") local shell = require("shell")
local t = component.tunnel local t = component.tunnel
os.sleep(1)
shell.execute("wget -f https://raw.githubusercontent.com/erius0/luaScripts/main/help.txt") shell.execute("wget -f https://raw.githubusercontent.com/erius0/luaScripts/main/help.txt")
os.sleep(1)
shell.execute("wget -f https://github.com/erius0/luaScripts/blob/main/tabletRadar") shell.execute("wget -f https://github.com/erius0/luaScripts/blob/main/tabletRadar")
shell.execute("clear") shell.execute("clear")