4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run --rm -u "$(id -u):$(id -g)" -v "$PWD:/mnt" -w /mnt mvdan/shfmt -l -i 4 .
|