Created
December 3, 2015 19:13
-
-
Save junquera/cc4606412a7df3c1b950 to your computer and use it in GitHub Desktop.
Alert when an instalation ends
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| #export BEEP=/usr/share/sounds/gnome/default/alerts/drip.ogg; | |
| #alias beep='paplay $BEEP'; | |
| paplay /usr/share/sounds/gnome/default/alerts/drip.ogg; | |
| notify-send "Installation completed" "Look at the terminal" -i /home/junquera/Imágenes/Iconos/usi.png; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment