Implement
This commit is contained in:
parent
d1c4b319a5
commit
b160dadf44
18 changed files with 1615 additions and 48 deletions
|
|
@ -36,6 +36,11 @@ if [[ "$FIX_MODE" == false ]] && [[ $(git status --porcelain) ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "Success"
|
||||
|
||||
cd ..
|
||||
|
||||
if [[ "$FIX_MODE" == true ]]; then
|
||||
$0
|
||||
fi
|
||||
|
||||
echo "Success"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue