mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
01cf45dee4
As well as a commit message editor! \o/
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
|