#!/bin/sh docker run \ --rm \ -i \ --network=host \ -v "$HOME":"$HOME":ro \ -u $(id -u) \ -w "$PWD" \ unibeautify/autopep8 \ $@ exit $?