arti/maint/shellcheck_all

6 lines
127 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
git grep -P --line-number '^#! ?/bin/(:?ba)?sh\b' | sed -n 's/:1:[^:]*$//p' | xargs shellcheck