master
#!/bin/sh SELF_PATH="$(dirname $(readlink -f "$0"))" . "$SELF_PATH/functions.sh" cd "$SELF_PATH/.." autopep8 -i -a -a -r . echo 'Files fixed!'