Last active
November 10, 2015 14:19
-
-
Save alem0lars/8545b54e5b3be0d54d4a to your computer and use it in GitHub Desktop.
This file contains 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
pres="${1:-mypresentation}" # Replace with the presentation name | |
remote="${2:[email protected]:$(whoami)/${pres}}" # Replace with the presentation repo url | |
git clone "[email protected]:alem0lars/presentation-skeleton.git" "${pres}" | |
cd "${pres}" | |
./scripts/init "${remote}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment