Huge success!

This commit is contained in:
David Thurstenson 2020-05-18 21:55:00 -05:00
parent 17e0a109e0
commit 1b7b61f8ac
1 changed files with 12 additions and 0 deletions

12
.bashrc.d/triumph.sh Executable file
View File

@ -0,0 +1,12 @@
triumph() {
echo -n "This "
beep -f 784 -l 200
echo -n "was "
beep -f 740 -l 200
echo -n "a "
beep -f 659 -l 200
echo -n "tri"
beep -f 659 -l 200
echo "umph."
beep -f 740 -l 200
}