Created
March 2, 2015 20:30
-
-
Save jonathanpeppers/175685a9c4d91176599c to your computer and use it in GitHub Desktop.
Mac OS X FAKE runner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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