Skip to content

Instantly share code, notes, and snippets.

@jonathanpeppers
Created March 2, 2015 20:30
Show Gist options
  • Save jonathanpeppers/175685a9c4d91176599c to your computer and use it in GitHub Desktop.
Save jonathanpeppers/175685a9c4d91176599c to your computer and use it in GitHub Desktop.
Mac OS X FAKE runner
#!/bin/bash
mono --runtime=v4.0 .nuget/nuget.exe install FAKE -Version 3.5.4
mono --runtime=v4.0 packages/FAKE.3.5.4/tools/FAKE.exe build.fsx $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment