Run commands in the terminal using /bin/sh

And some hacks that set the EDITOR and the PATH.
This commit is contained in:
Sebastian Morr 2020-09-01 14:03:18 +02:00
parent f3c311be58
commit 80cbff92a1
3 changed files with 27 additions and 21 deletions

6
scripts/fake-editor Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
echo Hi, I am commit-hook
echo $*
zenity --question
echo Goodbye