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
####################################################################### | |
# Save this file to your /usr/local/bin (Ubuntu 14.04LTS) | |
# then do chmod 755 git_clone.sh | |
# Go to your home directory, add the following line to .bash_aliases file. | |
# (create it if the file doesn't exist already) | |
# alias clone='/usr/local/bin/git_clone.sh' | |
# Now you can use it like | |
# as@xps:~/works$ clone awsma-server | |
# as@xps:~/works$ | |
# instead of typing the long version |