mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-29 12:28:44 -06:00
5 lines
48 B
Bash
Executable File
5 lines
48 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo $@
|
|
echo 'Hello World'
|