Skip to content

Instantly share code, notes, and snippets.

@mahiuchun
Created June 6, 2014 03:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mahiuchun/174595da1b39f5a3f921 to your computer and use it in GitHub Desktop.
Save mahiuchun/174595da1b39f5a3f921 to your computer and use it in GitHub Desktop.
Use Swift like Python
swift() {
local swift_=/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift
if [[ -z $@ ]]
then
$swift_
else
$swift_ -i $@
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment