Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created May 7, 2015 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/b837c72ae162e3b80983 to your computer and use it in GitHub Desktop.
Save shigemk2/b837c72ae162e3b80983 to your computer and use it in GitHub Desktop.
#!/bin/bash
{
echo "trying to notify at $(date)"
/usr/bin/notify-send -t 1000 Test "This is a test"
echo "finished notify at $(date)"
} > /home/shigemk2/your-notify-debug.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment