Home

Awesome

afetch

afetch
A command-line system information tool written in x86 assembly language. Linux-only because of linux syscalls

How to install

Required dependencies

Installing

$ make && sudo make install

or

$ fasm afetch.asm && chmod +x afetch && ./afetch