/*/../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")