mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
# Shellcheck the script
|
|
|
|
nano --version
|
|
|
|
shellcheck install.sh && exit 1
|