Skip to content

Instantly share code, notes, and snippets.

@airencracken
Created December 11, 2014 07:03
Show Gist options
  • Save airencracken/c63f4bf9d5188664b6e3 to your computer and use it in GitHub Desktop.
Save airencracken/c63f4bf9d5188664b6e3 to your computer and use it in GitHub Desktop.
ASCII Bell function
#!/bin/bash
#function name is an ascii-bell
(){
echo "This is the worst function name ever"
}
#call the function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment