mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 13:09:49 +00:00
8 lines
159 B
Bash
Executable File
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
|