mirror of
https://gitlab.com/octospacc/MultiSpaccSDK
synced 2025-04-15 11:17:19 +02:00
5 lines
186 B
Bash
5 lines
186 B
Bash
#!/bin/sh
|
|
[ "$(shell uname --operating-system)" = "Msys" ] \
|
|
&& cmd //c "$(cygpath --windows "$(dirname "$(realpath "$0")")/WindowsRefreshEnv.cmd") && python3 $@" \
|
|
|| python3 $@ \
|
|
; |