Created
August 11, 2017 05:04
-
-
Save developer-anuragsingh/7ace8a903ea344816715a3c91220f1d3 to your computer and use it in GitHub Desktop.
Create a clone repository with new folder and file name
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
| // ref - https://stackoverflow.com/questions/26522789/how-to-run-sh-on-windows-command-prompt | |
| - open "Git Bash | |
| - navigate to desitination drive, ie - cd f: | |
| - navigate to desitination directory, ie - cd foldername/sub-folder/.. | |
| - download github repository to destination folder | |
| - run "shell script" file, ie - bash build-plugin.sh | |
| - thats it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment