From dbf968f0555919ce9b691ae5dec6270840212cc5 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 27 May 2017 23:41:11 +0430 Subject: now makes a beep sound when it finishes --- extra-tools/precommitTests.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra-tools') 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}" -- cgit v1.2.3