python-uncompyle6/admin-tools/merge-for-3.3.sh
2024-03-06 17:19:57 -05:00

8 lines
159 B
Bash
Executable File

#/bin/bash
uncompyle6_merge_33_owd=$(pwd)
cd $(dirname ${BASH_SOURCE[0]})
if . ./setup-python-3.3.sh; then
git merge master
fi
cd $uncompyle6_merge_33_owd