Skip to content

Instantly share code, notes, and snippets.

@lucianmachado
Last active February 20, 2019 19:07
Show Gist options
  • Save lucianmachado/0aa3fed32f7088730b90d1a512db9303 to your computer and use it in GitHub Desktop.
Save lucianmachado/0aa3fed32f7088730b90d1a512db9303 to your computer and use it in GitHub Desktop.
cowsay
#!/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