forked from Hyperion/HyperionOS
made newer installer that does not require tar stuff
This commit is contained in:
3
prod/hysh/bin/ll
Normal file
3
prod/hysh/bin/ll
Normal file
@@ -0,0 +1,3 @@
|
||||
local args={...}
|
||||
table.insert(args, "-lah")
|
||||
syscall.exec("/bin/ls", args)
|
||||
Reference in New Issue
Block a user