#! /bin/sh wget -O ez_setup.py https://bootstrap.pypa.io/ez_setup.py && python -m compileall ez_setup.py && python -O -m compileall ez_setup.py && exec git commit --message="Upgrade ez_setup.py" ez_setup.py