ported apps lscor, mv, and rm

there's partially rtest too, if you count that
This commit is contained in:
Ponali
2025-09-15 07:08:19 +02:00
parent ff04e730f9
commit 66783e455c
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ for i=1, #tasks do
local pipeChar = ""
if i==#tasks then pipeChar = "" end
local task = tasks[i]
print("\27[93m"..pipeChar..i.."\27[0m - "..task.name.."\27[37m "..table.concat(task.args or {}," ").." \27[0m")
print("\27[93m"..pipeChar..(task.id or i).."\27[0m - "..task.name.."\27[37m "..table.concat(task.args or {}," ").." \27[0m")
end