oh-my-git/scripts/fake-editor
Sebastian Morr 01cf45dee4 Implement server that listens for connection from fake-editor script
As well as a commit message editor! \o/
2020-09-01 15:14:01 +02:00

7 lines
76 B
Bash
Executable file

#!/bin/sh
echo Hi, I am commit-hook
echo $*
nc localhost 1234
echo Goodbye