Add auto-pull.sh

multiline-output
drunkendog 2023-09-13 15:13:01 +01:00
parent 273e0d42a1
commit 50d834df83
1 changed files with 7 additions and 0 deletions

7
auto-pull.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cd "${0%/*}"
git pull
cd -
python3 run-tests.sh