mirror of
https://github.com/scopatz/nanorc
synced 2025-07-15 00:30:15 +02:00
5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/sh -ev
|
||
|
# Shellcheck the script
|
||
|
|
||
|
shellcheck install.sh
|