From 2a762acfc1e6e6facd7ef5ef25565072f6c72438 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Thu, 7 Dec 2023 06:20:37 -0500 Subject: [PATCH] Update ed.lua Added wget command for easier downloading --- ed.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ed.lua b/ed.lua index e0eb3c2..5c2dfe4 100644 --- a/ed.lua +++ b/ed.lua @@ -1,5 +1,6 @@ -- ed text editor -- Port to ComputerCraft by LDDestroier +-- wget https://raw.githubusercontent.com/LDDestroier/CC/master/ed.lua local state = { output = 0, @@ -455,4 +456,4 @@ end main() -return state.output \ No newline at end of file +return state.output