Update ed.lua

Added wget command for easier downloading
This commit is contained in:
LDDestroier 2023-12-07 06:20:37 -05:00 committed by GitHub
parent f2e2508aae
commit 2a762acfc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
ed.lua
View File

@ -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
return state.output