gst-env: Set the prompt for fish to be same as bash
[platform/upstream/gstreamer.git] / checkout-branch-worktree
1 #!/bin/sh
2
3 cd `dirname $0`
4
5 case "$MSYSTEM" in
6     *MINGW*) PYTHON="py -3";;
7     *) PYTHON="python3";;
8 esac
9
10 $PYTHON gst-worktree.py add "$@"