Fix README to work with the repo.or.cz markdown interpreter
[gsmalarm.git] / src / gsmalarm
blobb8246ffdec3ae683a447d637ac378632511dabb9
1 #!/bin/sh
3 . /etc/gsmalarm/conf
5 DRAFT=$(mktemp)
7 cat >$DRAFT << EOF
8 To: $(cat /etc/gsmalarm/number)
9 Voicecall: true
11 TONE: 1 0
12 EOF
14 mv $DRAFT $smsd_outgoing