Last active
May 18, 2017 15:18
-
-
Save dernster/45427b12d226f0861a3bee399629dc94 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
current=$PWD | |
cd /tmp/ | |
uuid=$(uuidgen) | |
mkdir $uuid | |
cd $uuid | |
git clone -b project-template [email protected]:xmartlabs/Swift-Base-Project.git | |
script="/tmp/$uuid/Swift-Base-Project/ProjectTemplate/shell.swift" | |
cd $current | |
swift -target x86_64-apple-macosx10.11 $script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment