nanorc/tests.sh

8 lines
157 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-11-25 21:04:14 +00:00
shellcheck -f diff *.sh | git apply | git commit -a -m "Shellcheck fast corrections"