nanorc/tests.sh
2019-12-11 19:22:47 +00:00

9 lines
175 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"
shellcheck *.sh