Created
April 5, 2016 14:33
-
-
Save Zitrax/90f726a24785844a052d9cd5a4e44c11 to your computer and use it in GitHub Desktop.
Random critic review for debug
This file contains 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 | |
br=`pwgen -n 5 -c 1` && git checkout -b $br && echo $br >> file && git commit -am"$br" && git push critic $br:r/$br |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment