aboutsummaryrefslogtreecommitdiffstats
path: root/bin/log_notifications.sh
blob: 2b187dbcea313d1969cb6ef0efc595be18c64596 (plain)
1
2
3
4
5
#!/bin/sh

echo "${@}" \
  | sed -r 's/IT Message from (\w+)\s*(.+) emblem-important CRITICAL/\1> \2/' \
  >> "/tmp/notifications.log"