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 | be5c7e277cff699e141cd7e9b2d4ba5541ec9916 (patch) | |
tree | 5506635617ba6bf7db6ea4d0ceac8afa7edc7a73 /BUILD/FINISH.sh | |
parent | d80e4b43c464c9c9deb32348ed5063bbe830b3d9 (diff) | |
download | mariadb-git-be5c7e277cff699e141cd7e9b2d4ba5541ec9916.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 + |