mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add missing bash lint script (#11700)
This commit is contained in:
7
scripts/bash_lint.sh
Executable file
7
scripts/bash_lint.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
for file in "$@"; do
|
||||||
|
bash -n "$file"
|
||||||
|
done
|
||||||
|
set +e
|
Reference in New Issue
Block a user