nanorc/tests.sh

9 lines
91 B
Bash
Raw Normal View History

2019-11-23 22:31:28 +00:00
#!/bin/sh
# Shellcheck the script
nano --version
shellcheck install.sh && exit 1
2019-11-25 20:01:23 +00:00
exit 0