Admnistrivia

This commit is contained in:
rocky
2024-02-25 06:09:01 -05:00
parent 2b8406e7a8
commit d9ff58391f
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#/bin/bash
owd=$(pwd)
cd $(dirname ${BASH_SOURCE[0]})
if . ./setup-python-2.4.sh; then
git merge python-3.0-to-3.2
fi
cd $owd

View File

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

View File

@@ -1,5 +1,7 @@
#/bin/bash
owd=$(pwd)
cd $(dirname ${BASH_SOURCE[0]})
if . ./setup-python-3.3.sh; then
git merge master
fi
cd $owd