notes/gollum/pre-commit

6 lines
83 B
Bash
Executable File

#!/bin/sh
echo DO INDEX.sh;
git status;
JUST_ADD=true bash /opt/index.sh || true;