Created
June 20, 2014 02:42
-
-
Save mikeash/70d74f7b7745cf6fbd3f 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/true | |
source="$0" | |
compiled="$0"c | |
if [[ "$source" -nt "$compiled" ]]; then | |
DEVELOPER_DIR=/Applications/Xcode6-Beta.app/Contents/Developer xcrun swift "$source" -o "$compiled" || exit | |
fi | |
"$compiled" | |
exit | |
*/ | |
println("helloo") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment