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