Skip to content

Instantly share code, notes, and snippets.

@dernster
Last active May 18, 2017 15:18
Show Gist options
  • Save dernster/45427b12d226f0861a3bee399629dc94 to your computer and use it in GitHub Desktop.
Save dernster/45427b12d226f0861a3bee399629dc94 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
current=$PWD
cd /tmp/
uuid=$(uuidgen)
mkdir $uuid
cd $uuid
git clone -b project-template git@github.com: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