From 50d834df83d81947f606cf4bd861a6f26fa1db30 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Wed, 13 Sep 2023 15:13:01 +0100 Subject: [PATCH] Add auto-pull.sh --- auto-pull.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 auto-pull.sh 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