Last active
January 19, 2017 23:47
-
-
Save ruan65/9e937b9ba7d39d49648ecb14b7cf0134 to your computer and use it in GitHub Desktop.
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/bash | |
export DISPLAY=:0 | |
ts="$(date +%Y-%m-%d_%H:%M:%S)" | |
/usr/bin/notify-send -t 5000 "Ok. hi" $ts | |
#spd-say hello_my_friend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment