From 76fd70029dd706f1f7369d3e4631378c141ac5e1 Mon Sep 17 00:00:00 2001 From: erius0 <63460770+erius0@users.noreply.github.com> Date: Fri, 8 Jan 2021 20:23:09 +0300 Subject: [PATCH] Update linkedSend.lua --- linkedSend.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/linkedSend.lua b/linkedSend.lua index d24185a..a6780e9 100644 --- a/linkedSend.lua +++ b/linkedSend.lua @@ -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://github.com/erius0/luaScripts/blob/main/tabletRadar") +shell.execute("clear") local instr = "help - вывести все команды\nexit - выйти" local f = io.open("help.txt", "r")