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