Skip to content

Instantly share code, notes, and snippets.

@junquera
Created December 3, 2015 19:13
Show Gist options
  • Select an option

  • Save junquera/cc4606412a7df3c1b950 to your computer and use it in GitHub Desktop.

Select an option

Save junquera/cc4606412a7df3c1b950 to your computer and use it in GitHub Desktop.
Alert when an instalation ends
#!/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