mirror of
https://github.com/scopatz/nanorc
synced 2024-10-31 23:00:00 +01:00
5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/sh -ev
|
||
|
# Shellcheck the script
|
||
|
|
||
|
shellcheck install.sh
|