Last active
October 31, 2019 14:42
-
-
Save edvaldoszy/8b7c5a826e6d795bf46ceba1189a106f to your computer and use it in GitHub Desktop.
Modificando mensagem de commit
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
#!/bin/bash | |
MSG="$(cat $1)" | |
if [[ "$MSG" =~ ^\#[0-9]+ ]]; then | |
echo "gam-backlog${MSG}" > $1 | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment