#!/bin/sh
# configversion: 1

# This script is executed after you send a text
#You can use it to play a notification sound or forward the sms elsewhere

#The following parameters are provided:
#$1 = Number
#$2 = Text

mpv --quiet --no-video /usr/share/sxmo/notify.ogg
