mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-08 08:20:27 +00:00
Update ed.lua
Added wget command for easier downloading
This commit is contained in:
parent
f2e2508aae
commit
2a762acfc1
3
ed.lua
3
ed.lua
@ -1,5 +1,6 @@
|
|||||||
-- ed text editor
|
-- ed text editor
|
||||||
-- Port to ComputerCraft by LDDestroier
|
-- Port to ComputerCraft by LDDestroier
|
||||||
|
-- wget https://raw.githubusercontent.com/LDDestroier/CC/master/ed.lua
|
||||||
|
|
||||||
local state = {
|
local state = {
|
||||||
output = 0,
|
output = 0,
|
||||||
@ -455,4 +456,4 @@ end
|
|||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
||||||
return state.output
|
return state.output
|
||||||
|
Loading…
Reference in New Issue
Block a user