nanorc/tests.sh

9 lines
175 B
Bash
Raw Normal View History

2019-11-23 22:31:28 +00:00
#!/bin/sh
# Shellcheck the script
nano --version
2019-11-25 21:04:14 +00:00
shellcheck --version
2019-11-23 22:31:28 +00:00
2019-12-11 19:22:47 +00:00
# shellcheck -f diff *.sh | git apply | git commit -a -m "Shellcheck fast corrections"
shellcheck *.sh