mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Run commands in the terminal using /bin/sh
And some hacks that set the EDITOR and the PATH.
This commit is contained in:
parent
f3c311be58
commit
80cbff92a1
3 changed files with 27 additions and 21 deletions
scripts
6
scripts/fake-editor
Executable file
6
scripts/fake-editor
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo Hi, I am commit-hook
|
||||
echo $*
|
||||
zenity --question
|
||||
echo Goodbye
|
Loading…
Add table
Add a link
Reference in a new issue