You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env sh |
|
|
|
# This script is executed after you received a text |
|
#You can use it to play a notification sound or forward the sms elsewhere |
|
|
|
#The following parameters are provided: |
|
#CONTACTNAME="$1" |
|
#TEXT="$2" |
|
|
|
mpv --quiet --no-video /usr/share/sxmo/notify.ogg
|
|
|