matchy/run.sh

12 lines
152 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -x
set -e
source .venv/bin/activate
while python matchy.py
do
git pull
python -m pip install -r requirements.txt
done