Skip to content

Instantly share code, notes, and snippets.

@RustingSword
Created October 23, 2011 02:48
Show Gist options
  • Save RustingSword/1306791 to your computer and use it in GitHub Desktop.
Save RustingSword/1306791 to your computer and use it in GitHub Desktop.
#!/bin/bash
from=$1
shift
notify-send -i "/home/orz/.scripts/notify.png" -- "New Message" "From: $from \n$*" 2 > /dev/null
aplay -q "/home/orz/.scripts/message.wav" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment