gifmaker/scripts/format.sh

4 lines
173 B
Bash
Raw Normal View History

2024-08-02 09:03:03 +00:00
#!/usr/bin/env bash
root="$(dirname "$(readlink -f "$0")")"
parent="$(dirname "$root")"
autopep8 --in-place --recursive --aggressive --max-line-length=140 "$parent/gifmaker"