pre-commit/testing/resources/arg_per_line_hooks_repo/bin/hook.sh
2014-06-20 10:20:02 -07:00

5 lines
63 B
Bash
Executable file

#!/usr/bin/env bash
for i in "$@"; do
echo "arg: $i"
done