diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-08-13 21:40:05 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-08-13 21:40:05 -0600 |
commit | aaf71625ea95f8163eb66a095ed00ea1953e3e7e (patch) | |
tree | 5506635617ba6bf7db6ea4d0ceac8afa7edc7a73 /BUILD/FINISH.sh | |
parent | 97250b9c40a378659c6c4423461021231a3b551d (diff) | |
download | mariadb-git-aaf71625ea95f8163eb66a095ed00ea1953e3e7e.tar.gz |
audio completion notification
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 368ab339c2b..5900223f3d5 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -45,3 +45,11 @@ then else echo "$commands" fi + +comp_finished=sounds/compilation_finished.au.gz + +if [ -c /dev/audio ] && [ -f "$comp_finished" ] +then + gunzip -c $comp_finished > /dev/audio +fi + |