mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-03-29 17:02:56 +01:00
6 lines
76 B
Bash
Executable file
6 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo Hi, I am commit-hook
|
|
echo $*
|
|
nc localhost 1234
|
|
echo Goodbye
|