We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c469a commit 684adecCopy full SHA for 684adec
bin/priority_poll.sh
@@ -1,8 +1,7 @@
1
#!/bin/bash
2
# Send email for LWG issue prioritization poll.
3
# To batch send use a command like:
4
-# git pull
5
-# for i in `seq 3858 3864` ; do bin/priority_poll $i || break ; sleep 2 ; done
+# git pull && do bin/priority_poll 3858-3864
6
7
# Email will be sent using 'mutt' if present, or 'mailx' otherwise.
8
# The sender address can be set by the first one found of: --from option;
0 commit comments