ngrok 195 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #!/bin/sh basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") case `uname` in *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; esac "$basedir/../ngrok/bin/ngrok" "$@" exit $?