Skip to content

Instantly share code, notes, and snippets.

@dragan
dragan / install-nuget.sh
Created May 5, 2012 21:41 — forked from half-ogre/install-nuget.sh
A bash script to install nuget.exe and make it available in bash with a proxy script
#!/usr/bin/env sh
set -e
# Respect PREFIX if set, otherwise default to /usr/local
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local"
fi
# Respect TMPDIR if set, otherwise default to /tmp