Skip to content

Instantly share code, notes, and snippets.

@mikeash
Created June 20, 2014 02:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikeash/70d74f7b7745cf6fbd3f to your computer and use it in GitHub Desktop.
Save mikeash/70d74f7b7745cf6fbd3f to your computer and use it in GitHub Desktop.
/*/../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