diff --git a/auto-pull.sh b/auto-pull.sh new file mode 100644 index 0000000..20fa5f0 --- /dev/null +++ b/auto-pull.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +cd "${0%/*}" +git pull + +cd - +python3 run-tests.sh \ No newline at end of file