Skip to content

Instantly share code, notes, and snippets.

@rymcol
Created August 17, 2016 17:36
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 rymcol/57dcbde7667ccd7b3c206b6467dff33f to your computer and use it in GitHub Desktop.
Save rymcol/57dcbde7667ccd7b3c206b6467dff33f to your computer and use it in GitHub Desktop.
Fish Function (alias) for Rebuilding Swift Projects
function rebuild
swift build --clean; and swift build
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment