From fdff3ff2f88658417245f1798f9f3dafa305654b Mon Sep 17 00:00:00 2001 From: n0rdye Date: Fri, 17 Nov 2023 13:32:00 +0000 Subject: [PATCH] new file: update.sh easy one command update function --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..7051056 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/bash +git pull https://github.com/n0rdye/puzzle.git --autostash; +docker-compose restart; \ No newline at end of file