nginx-ultimate-bad-bot-blocker/t.sh
2021-06-21 10:23:08 +02:00

8 lines
102 B
Bash
Executable file

#!/bin/bash
if [[ ! -z "$(git status --porcelain)" ]]
then
echo "push"
else
echo "do nothing"
fi