This commit is contained in:
bel
2021-09-14 06:29:17 -06:00
commit a71c585675
36 changed files with 700 additions and 0 deletions

5
gollum/pre-commit Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
echo DO INDEX.sh;
git status;
JUST_ADD=true bash /opt/index.sh || true;