Created
August 18, 2017 05:19
-
-
Save jgabrielfreitas/8812352e7997e3982dc7980ac7ca5dcc to your computer and use it in GitHub Desktop.
shell script to git push and show a train
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
| git add --all | |
| git commit -m "$1" | |
| git push -u origin master | |
| echo "\n\n\n" | |
| echo " ( ) (@@) ( ) (@) () @@ O @ O @" | |
| echo " (@@@)" | |
| echo " ( ) **********************" | |
| echo " (@@@@) *** DEMO PUBLISHED ***" | |
| echo " ( ) **********************" | |
| echo " ==== ________ ___________" | |
| echo " _D _| |_______/ \__I_I_____===__|_________|" | |
| echo " |(_)--- | H\________/ | | =|___ ___| _________________" | |
| echo " / | | H | | | | ||_| |_|| _| \___" | |
| echo " | | | H |__--------------------| [___] | =|" | |
| echo " | ________|___H__/__|_____/[][]~\_______| | -|" | |
| echo " |/ | |-----------I_____I [][] [] D |=======|____|______________________" | |
| echo " __/ =| o |=-~~\ /~~\ /~~\ /~~\ ____Y___________|__|________________________" | |
| echo " |/-=|___|=O=====O=====O=====O |_____/~\___/ |_D__D__D_| |_D__D__D" | |
| echo " \_/ \__/ \__/ \__/ \__/ \_/ \_/ \_/ \_/ \_/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment