Skip to content

Instantly share code, notes, and snippets.

@Injac
Created November 16, 2015 21:40
Show Gist options
  • Save Injac/e7d7399d4af0360c2165 to your computer and use it in GitHub Desktop.
Save Injac/e7d7399d4af0360c2165 to your computer and use it in GitHub Desktop.
nuget shell file for linux
#!/bin/sh
exec /usr/bin/mono /usr/bin/nuget.exe "$@"
@Injac
Copy link
Author

Injac commented Nov 16, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment