*****************************************************************************************************************************
NOTE: The following does not use any harmful commands, if in doubt, use the `man` command to view what a command does like this:
man echo
*****************************************************************************************************************************
Who said using the command line was boring, difficult and has no place in computing today? It comes in very handy when you're bored!
Using your favorite plain text editor (Kate, gEdit, Vi(m), Emacs), copy and paste the following into it:
Save it as ta-da.sh on your desktop
Open up Terminal/Term/xterm/etc and perform the following operation on it:
cd $HOME/Desktop
chmod 555 ta-da.sh
./ta-da.sh
Use ctrl+c to exit the script.
Enjoy
