Files
python-uncompyle6/admin-tools/merge-for-3.0.sh
rocky 147155e1d5 Administrivia:
automate merging
2024-02-11 08:42:32 -05:00

6 lines
111 B
Bash
Executable File

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