Skip to content

Instantly share code, notes, and snippets.

@wess
Created February 4, 2016 18:24
Show Gist options
  • Select an option

  • Save wess/dbe2d580b26e7aa3cfe2 to your computer and use it in GitHub Desktop.

Select an option

Save wess/dbe2d580b26e7aa3cfe2 to your computer and use it in GitHub Desktop.
import Foundation
let args = (Process.arguments[1..<Process.arguments.count])
let argString = args.joinWithSeparator(" ")
print("Arguments: \(argString)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment