From e5554ad997d01806fc1a23458367ee20fd225ed8 Mon Sep 17 00:00:00 2001 From: erius0 <63460770+erius0@users.noreply.github.com> Date: Fri, 8 Jan 2021 20:22:25 +0300 Subject: [PATCH] Update linkedSend.lua --- linkedSend.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linkedSend.lua b/linkedSend.lua index acfeaf8..d24185a 100644 --- a/linkedSend.lua +++ b/linkedSend.lua @@ -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")