config.example.sh

changeset 0
e6c11dadd985
equal deleted inserted replaced
-1:000000000000 0:e6c11dadd985
1 export DAYS=14
2
3 send_notification() {
4 echo "Notification: $1"
5 echo " $2"
6 }
7

mercurial