Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 546 Bytes

smpleFetch

smplFetch 🍎

a simple C fetch script for linux.

Compilation Of The C Script

One you have cloned/downloaded the script file run...

gcc -Wall -Wextra -Werror -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat-security -pie -fPIE -O3 -flto -funroll-loops -finline-functions -fomit-frame-pointer -o smplFetch smplfetch.c

Compatibility

It only works on linux as for right now, but I may add support for windows some time later if I have time.

Authors

  • Daksh Kaul (aka. me) 🦦