Added genaration script, pre-commit and git-lfs
This commit is contained in:
parent
b08c09b475
commit
4d6815955c
4 changed files with 15 additions and 0 deletions
8
pre-commit
Executable file
8
pre-commit
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
./generate.sh
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "generate.sh failed. Commit aborted."
|
||||
exit 1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue