Last active
May 15, 2018 06:34
Usefull Tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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