gstreamer/checkout-branch-worktree

11 lines
142 B
Text
Raw Normal View History

#!/bin/sh
cd `dirname $0`
case "$MSYSTEM" in
*MINGW*) PYTHON="py -3";;
*) PYTHON="python3";;
esac
$PYTHON gst-worktree.py add "$@"