/tail-f

i386 toy/prototype version of tail -f

Primary LanguageAssembly

compile

nasm -f elf -o tail-f.o tail-f.asm && ld -m elf_i386 -s -o tail-f tail-f.o