Update linkedSend.lua
This commit is contained in:
parent
42416ff4ac
commit
77c093c3a1
1 changed files with 1 additions and 3 deletions
|
@ -4,11 +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.lua")
|
shell.execute("wget -f https://github.com/erius0/luaScripts/blob/main/tabletRadar.lua")
|
||||||
-- shell.execute("clear")
|
shell.execute("clear")
|
||||||
|
|
||||||
local instr = "help - вывести все команды\nexit - выйти"
|
local instr = "help - вывести все команды\nexit - выйти"
|
||||||
local f = io.open("help.txt", "r")
|
local f = io.open("help.txt", "r")
|
||||||
|
|
Loading…
Reference in a new issue