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

8 lines
170 B
Bash
Executable File

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