Created
November 16, 2015 21:40
-
-
Save Injac/e7d7399d4af0360c2165 to your computer and use it in GitHub Desktop.
nuget shell file for linux
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/sh | |
exec /usr/bin/mono /usr/bin/nuget.exe "$@" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just create a file in /usr/bin and name it nuget and copy & paste the above code into the nuget file. Download nuget.exe and copy it to /usr/bin as well.