Skip to content

Instantly share code, notes, and snippets.

@samsonjs
Created June 5, 2014 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samsonjs/d42968a6513a730226a2 to your computer and use it in GitHub Desktop.
Save samsonjs/d42968a6513a730226a2 to your computer and use it in GitHub Desktop.
Swift shebang
[ 9:46am] ~/Projects % cat >hello.swift
#!/usr/bin/env xcrun swift -i
println("Hello, world!")
[ 9:47am] ~/Projects % chmod +x hello.swift
[ 9:47am] ~/Projects % ./hello.swift
Hello, world!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment