Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 359 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 359 Bytes

fetch - a simple fetch script

installation

sudo curl -sL "https://raw.githubusercontent.com/misopog/fetch/main/fetch" -o "/usr/local/bin/fetch"
sudo chmod 777 /usr/local/bin/fetch

usage

edit the config/script to your liking, it is really simple so there is nothing to screw up

uninstallation

sudo rm /usr/local/bin/fetch