An open API service indexing awesome lists of open source software.

https://github.com/filipmnowak/tail-f

i386 toy/prototype version of tail -f
https://github.com/filipmnowak/tail-f

assembly gnu-linux i386 tail

Last synced: 11 months ago
JSON representation

i386 toy/prototype version of tail -f

Awesome Lists containing this project

README

          

# compile

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