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