From 0fc1b1fc3dbc1bcc59f1c2ab149f7d27dd3071f6 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Tue, 31 Oct 2023 15:23:59 +0500 Subject: [PATCH] Update --- public/index.html | 2 +- pull.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 pull.sh diff --git a/public/index.html b/public/index.html index 4b14660..96cc4ee 100644 --- a/public/index.html +++ b/public/index.html @@ -298,7 +298,7 @@
-
diff --git a/pull.sh b/pull.sh new file mode 100755 index 0000000..83f2170 --- /dev/null +++ b/pull.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git pull + +echo "Ready"