repo.or.cz
/
gsmalarm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix README to work with the repo.or.cz markdown interpreter
[gsmalarm.git]
/
src
/
gsmalarm
blob
b8246ffdec3ae683a447d637ac378632511dabb9
1
#!/bin/sh
2
3
.
/
etc
/
gsmalarm
/
conf
4
5
DRAFT
=
$
(
mktemp
)
6
7
cat
>
$DRAFT
<< EOF
8
To: $(cat /etc/gsmalarm/number)
9
Voicecall: true
10
11
TONE: 1 0
12
EOF
13
14
mv
$DRAFT $smsd_outgoing