Commit cd63d8e5 authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

audio completion notification

parent cf194297
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
 
+12.1 KiB

File added.

No diff preview for this file type.