diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-27 19:11:11 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-27 19:11:11 +0000 |
commit | dbf968f0555919ce9b691ae5dec6270840212cc5 (patch) | |
tree | 8a1a1dbfc93c7fb953814c0465892e9c70d80387 /extra-tools | |
parent | just some comments (diff) | |
download | mutator-dbf968f0555919ce9b691ae5dec6270840212cc5.tar.gz mutator-dbf968f0555919ce9b691ae5dec6270840212cc5.zip |
now makes a beep sound when it finishes
Diffstat (limited to 'extra-tools')
-rwxr-xr-x | extra-tools/precommitTests.sh | 4 |
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}" |