Skip to content

Instantly share code, notes, and snippets.

@Miliox
Last active May 15, 2018 06:34
Usefull Tools
# Command Line Progress Viewer for many tools
sudo apt-get install libncurses5-dev
git clone https://github.com/Xfennec/progress.git
# Random Cowsay Message and Cow
fortune | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment