update: userprog (tee, tsh, sleep, hex2bin)
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
as --32 -o free32.o free32.s
|
||||
ld -m elf_i386 -s -N -o free32 free32.o
|
||||
Reference in New Issue
Block a user