mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
9 lines
175 B
Bash
Executable File
9 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
# Shellcheck the script
|
|
|
|
nano --version
|
|
shellcheck --version
|
|
|
|
# shellcheck -f diff *.sh | git apply | git commit -a -m "Shellcheck fast corrections"
|
|
shellcheck *.sh
|