mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/sh -ev
|
|
# Shellcheck the script
|
|
|
|
shellcheck install.sh
|