mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 00:54:42 +04:00
6 lines
49 B
Bash
Executable file
6 lines
49 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
|
|
echo 'Fail'
|
|
echo $@
|
|
exit 1
|