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

6 lines
100 B
Bash
Executable File

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