Renamed lscor to lstsk.
Also added an alias from lscor to lstsk.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local tasks = tsched.getTasks()
|
||||
print("\27[93m"..tostring(#tasks).."\27[0m coroutines active")
|
||||
print("\27[93m"..tostring(#tasks).."\27[0m tasks active")
|
||||
for i=1, #tasks do
|
||||
local pipeChar = "├ "
|
||||
if i==#tasks then pipeChar = "└ " end
|
||||
Reference in New Issue
Block a user