MultiSpaccSDK/Tools/python3.sh

5 lines
186 B
Bash

#!/bin/sh
[ "$(shell uname --operating-system)" = "Msys" ] \
&& cmd //c "$(cygpath --windows "$(dirname "$(realpath "$0")")/WindowsRefreshEnv.cmd") && python3 $@" \
|| python3 $@ \
;