Last active
February 20, 2019 19:07
-
-
Save lucianmachado/0aa3fed32f7088730b90d1a512db9303 to your computer and use it in GitHub Desktop.
cowsay
This file contains 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
#!/bin/bash | |
sudo apt-get install -y cowsay | |
cowsay "MUUU" | |
sudo shutdown -P now > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment