oh-my-git/scripts/fake-editor
Sebastian Morr 80cbff92a1 Run commands in the terminal using /bin/sh
And some hacks that set the EDITOR and the PATH.
2020-09-01 14:03:18 +02:00

7 lines
76 B
Bash
Executable file

#!/bin/sh
echo Hi, I am commit-hook
echo $*
zenity --question
echo Goodbye