Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@romanlarionov
Last active October 7, 2016 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romanlarionov/d9213f1a3376a9988afd8953408d6258 to your computer and use it in GitHub Desktop.
Save romanlarionov/d9213f1a3376a9988afd8953408d6258 to your computer and use it in GitHub Desktop.
Makes a computer bark.
#!/bin/bash
if [[ "$(lsb_release -si)" == "Ubuntu" ]]; then
sudo apt-get -qq - y install gnustep-gui-runtime
fi
while :
do
say "bark"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment