Skip to content

Instantly share code, notes, and snippets.

@developer-anuragsingh
Created August 11, 2017 05:04
Show Gist options
  • Select an option

  • Save developer-anuragsingh/7ace8a903ea344816715a3c91220f1d3 to your computer and use it in GitHub Desktop.

Select an option

Save developer-anuragsingh/7ace8a903ea344816715a3c91220f1d3 to your computer and use it in GitHub Desktop.
Create a clone repository with new folder and file name
// 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