#!/bin/sh
[ -n "$echo" ] && set -x
# the following is for the 64 bit version
PYTHONDIR=`cygpath $LOCALAPPDATA/Programs/Python/Python37`
$PYTHONDIR/python.exe "$@"
