Update linkedSend.lua

This commit is contained in:
erius0 2021-01-08 20:23:09 +03:00 committed by GitHub
parent e5554ad997
commit 76fd70029d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ local t = component.tunnel
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")
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")
local instr = "help - вывести все команды\nexit - выйти" local instr = "help - вывести все команды\nexit - выйти"
local f = io.open("help.txt", "r") local f = io.open("help.txt", "r")