made newer installer that does not require tar stuff
This commit is contained in:
1
prod/hysh/bin/sysdump
Normal file
1
prod/hysh/bin/sysdump
Normal file
@@ -0,0 +1 @@
|
||||
local a=...a=a or"/dev/tty/1"local b=syscall.sysdump()local c=syscall.open(a,"w")for d=1,#b do syscall.write(c,b[d].."\n")end;syscall.write(c,"Total # of syscalls: "..tostring(#b))syscall.close(c)
|
||||
Reference in New Issue
Block a user