matchy/run.sh

8 lines
79 B
Bash
Executable file

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