Skip to content

Instantly share code, notes, and snippets.

@beeblebrox3
Created September 17, 2017 22:40
Show Gist options
  • Save beeblebrox3/7d585ecf426ec4ce905a4a4bd9f44981 to your computer and use it in GitHub Desktop.
Save beeblebrox3/7d585ecf426ec4ce905a4a4bd9f44981 to your computer and use it in GitHub Desktop.
#!/bin/bash
### star_create_project project_name
ProjectName="$1"
wget -O "$ProjectName.zip" https://github.com/beeblebrox3/star/archive/master.zip
unzip "$ProjectName.zip"
mv star-master "$ProjectName"
rm "$ProjectName.zip"
cd "$ProjectName"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment