mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-04-18 22:24:36 +02:00
6 lines
76 B
Bash
Executable file
6 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo Hi, I am commit-hook
|
|
echo $*
|
|
zenity --question
|
|
echo Goodbye
|