Files
notes/gollum/pre-commit
2021-09-14 06:29:17 -06:00

6 lines
83 B
Bash
Executable File

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