mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
8 lines
157 B
Bash
Executable File
8 lines
157 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"
|