Created
June 22, 2010 12:37
-
-
Save igorw/448408 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (echo $branch | grep '^ticket/') | |
| then | |
| ticket_id="$(echo $branch | sed "s/ticket\///g")" | |
| cat > "$1" <<EOF | |
| [$branch] $(cat "$1") | |
| PHPBB3-$ticket_id | |
| EOF | |
| fi |
igorw
commented
Jun 22, 2010
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment