pcsx-redux/tools/code-format/format.sh
2018-12-21 03:53:38 +01:00

6 lines
168 B
Bash
Executable file

#!/bin/sh
cd $(dirname $0)/../..
docker build -t code-format tools/code-format
docker run --rm=true -v "$(pwd)":/repository --user "$(id -u):$(id -g)" -t code-format