diff options
Diffstat (limited to '')
| -rwxr-xr-x | notify | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -17,7 +17,7 @@ usage() { | |||
| 17 | touch "$file" | 17 | touch "$file" |
| 18 | case "$1" in | 18 | case "$1" in |
| 19 | push) | 19 | push) |
| 20 | echo "(Notified $date) $2" >> "$file" | 20 | echo "[$date $2]" >> "$file" |
| 21 | $update | 21 | $update |
| 22 | ;; | 22 | ;; |
| 23 | clean) | 23 | clean) |
