Skip to content

Commit 684adec

Browse files
committed
Update comment at top of priority_poll.sh
1 parent f8c469a commit 684adec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/priority_poll.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/bash
22
# Send email for LWG issue prioritization poll.
33
# 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
4+
# git pull && do bin/priority_poll 3858-3864
65

76
# Email will be sent using 'mutt' if present, or 'mailx' otherwise.
87
# The sender address can be set by the first one found of: --from option;

0 commit comments

Comments
 (0)