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