v1.8.6 - (mikethe223) Added lscor.

* add lscor

* add lscor help file

* add lscor to argentum.cfg

* add labels to coroutines

* add ps as lscor alias

* Update boot.lua version number

* add lscor (and help) to halyde packages

* fix shitty copy paste

sorry wah

* i'm fucking stupid

replace fetch with lscor in help file 💀
This commit was merged in pull request #18.
This commit is contained in:
fluxdrive
2025-06-01 08:42:42 +02:00
committed by GitHub
parent c8e71ee2e4
commit 876923e746
7 changed files with 25 additions and 5 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
local agcfg = {
["halyde"] = {
["maindir"] = "",
["version"] = "1.8.5",
["version"] = "1.8.6",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = {
"halyde/apps",
@@ -23,6 +23,7 @@ local agcfg = {
"halyde/apps/helpdb/fetch.txt",
"halyde/apps/helpdb/help.txt",
"halyde/apps/helpdb/ls.txt",
"halyde/apps/helpdb/lscor.txt",
"halyde/apps/helpdb/lua.txt",
"halyde/apps/helpdb/mv.txt",
"halyde/apps/helpdb/rm.txt",
@@ -34,6 +35,7 @@ local agcfg = {
"halyde/apps/fetch.lua",
"halyde/apps/help.lua",
"halyde/apps/ls.lua",
"halyde/apps/lscor.lua",
"halyde/apps/lua.lua",
"halyde/apps/mkdir.lua",
"halyde/apps/mv.lua",