nanorc/tests.sh
2019-11-25 21:04:14 +00:00

8 lines
157 B
Bash
Executable File

#!/bin/sh
# Shellcheck the script
nano --version
shellcheck --version
shellcheck -f diff *.sh | git apply | git commit -a -m "Shellcheck fast corrections"