nanorc/tests.sh

7 lines
83 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