chiark / gitweb /
bin: Remove some scripts I no longer use (they used to be part of the
[bin.git] / cancel-this
1 #! /bin/sh
2
3 MSGID=`grep -i '^Message-ID: ' | sed 's/^Message-ID: //' | head -1`
4
5 echo 'Locally cancelling a post with the following Message-ID:'
6 echo "  $MSGID"
7 [ "$1" = "test" ] || ctlinnd cancel "$MSGID"