mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-24 16:08:31 -05:00
5 lines
48 B
Bash
Executable File
5 lines
48 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo $@
|
|
echo 'Hello World'
|