Update linkedSend.lua
This commit is contained in:
parent
77c093c3a1
commit
2a56b2e659
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ local shell = require("shell")
|
|||
local t = component.tunnel
|
||||
|
||||
shell.execute("wget -f https://raw.githubusercontent.com/erius0/luaScripts/main/help.txt")
|
||||
shell.execute("wget -f https://github.com/erius0/luaScripts/blob/main/tabletRadar.lua")
|
||||
shell.execute("wget -f https://raw.githubusercontent.com/erius0/luaScripts/main/tabletRadar.lua")
|
||||
shell.execute("clear")
|
||||
|
||||
local instr = "help - вывести все команды\nexit - выйти"
|
||||
|
|
Loading…
Reference in a new issue