mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
7 lines
77 B
Bash
Executable file
7 lines
77 B
Bash
Executable file
#!/usr/bin/env bash
|
|
echo 0
|
|
echo 1 1>&2
|
|
echo 2
|
|
echo 3 1>&2
|
|
echo 4
|
|
echo 5 1>&2
|