mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
for i in "$@"; do
|
|
echo "arg: $i"
|
|
done
|