Skip to content

Instantly share code, notes, and snippets.

@mandado
Last active January 4, 2016 03:49
Show Gist options
  • Select an option

  • Save mandado/8564449 to your computer and use it in GitHub Desktop.

Select an option

Save mandado/8564449 to your computer and use it in GitHub Desktop.
Notificação no ubuntu
#!/bin/bash
notify-send -u critical -i "notification-message-IM" 'Minha notificação' 'Criando minha primeira notificação com Ubuntu'
notify-send -u critical -i 'notification-message-email' 'Minha notificação' 'Criando minha primeira notificação com Ubuntu'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment