Skip to content

DriftingOtter/smplFetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

smpleFetch

smplFetch 🍎

a simple python 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) 🦦

Releases

No releases published

Packages

No packages published

Languages