Update linkedSend.lua
This commit is contained in:
parent
bab6863c55
commit
e5554ad997
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
local computer = require("computer")
|
||||
local component = require("component")
|
||||
local event = require("event")
|
||||
local term = require("term")
|
||||
local shell = require("shell")
|
||||
local t = component.tunnel
|
||||
|
||||
term.write("wget -f https://raw.githubusercontent.com/erius0/luaScripts/main/help.txt")
|
||||
term.write("wget -f https://github.com/erius0/luaScripts/blob/main/tabletRadar")
|
||||
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")
|
||||
|
||||
local instr = "help - вывести все команды\nexit - выйти"
|
||||
local f = io.open("help.txt", "r")
|
||||
|
|
Loading…
Reference in a new issue