Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash.exe
set -ex
if [ ! -d /mingw ]; then
echo "/mingw not mounted, assuming it lives at c:\\mingw"
mount c:/mingw /mingw
fi
if [ ! -d /c/Python27 ]; then
echo "You need to install python 2.7.x to c:\\Python27 and make sure it is added to the path"