Skip to content

Commit

Permalink
Change insist sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Martinsson committed Oct 23, 2014
1 parent fb8df83 commit 1b5c988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions insist
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ function play() {

function fail() {
printf "[Failed attempt $try]\n"
play /usr/lib64/libreoffice/share/gallery/sounds/laser.wav
mplayer -really-quiet "/home/majoh/media/sound/Sad Trombone Sound Effect - FAIL Sound - Fail Horns.mp3" &!
}

function success() {
printf "[Success after $try attempts]\n"
[[ $try -gt 0 ]] \
&& play /usr/lib64/libreoffice/share/gallery/sounds/applause.wav
&& mplayer -really-quiet "/home/majoh/media/sound/Stadium Applause 1 Sound Effect.mp3" &!
}

function wait() {
Expand Down

0 comments on commit 1b5c988

Please sign in to comment.