6 lines
101 B
Bash
Executable file
6 lines
101 B
Bash
Executable file
# -*- mode: shell-script -*-
|
|
case "$1" in
|
|
git*)
|
|
__EXECUTED_GIT_COMMAND=1
|
|
;;
|
|
esac
|