aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-27 19:11:11 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-27 19:11:11 +0000
commitdbf968f0555919ce9b691ae5dec6270840212cc5 (patch)
tree8a1a1dbfc93c7fb953814c0465892e9c70d80387 /extra-tools
parentjust some comments (diff)
downloadmutator-dbf968f0555919ce9b691ae5dec6270840212cc5.tar.gz
mutator-dbf968f0555919ce9b691ae5dec6270840212cc5.zip
now makes a beep sound when it finishes
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/precommitTests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra-tools/precommitTests.sh b/extra-tools/precommitTests.sh
index 06881a0..b8ce27f 100755
--- a/extra-tools/precommitTests.sh
+++ b/extra-tools/precommitTests.sh
@@ -181,3 +181,7 @@ printf "${Lblue}cleaning the objects and exexutables...\n${NC}" | tee -a ../test
"make" clean
printf "${Lblue}finished running all tests...\n${NC}" | tee -a ../test/precommit.rep
+
+#tell me when youre done
+echo -ne '\007' && echo "" && echo -ne '\007' && echo -ne '\007'
+printf "${Green}beep...\n${NC}"