Skip to content

Instantly share code, notes, and snippets.

@Miliox
Last active May 15, 2018 06:34
Show Gist options
  • Save Miliox/297d84a19e26e6ee603b8eb8a3723d50 to your computer and use it in GitHub Desktop.
Save Miliox/297d84a19e26e6ee603b8eb8a3723d50 to your computer and use it in GitHub Desktop.
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