mirror of
https://github.com/scopatz/nanorc
synced 2025-08-04 08:30:04 +02:00
7 lines
83 B
Bash
7 lines
83 B
Bash
|
#!/bin/sh
|
||
|
# Shellcheck the script
|
||
|
|
||
|
nano --version
|
||
|
|
||
|
shellcheck install.sh && exit 1
|