matchy/run.sh

9 lines
79 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -x
set -e
while python matchy.py
do
git pull
done