#!/bin/sh
exec pip install --user -U `pip list --user --format=columns --outdated | awk '!/Package|---/{print $1}'`
