From cee383314c297cc41dcd87b8bebe914cca00b162 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 23 Jan 2024 13:58:38 +0100 Subject: [PATCH] moved push_pull.sh to util --- push_pull.sh | 3 --- util/push_pull.sh | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 push_pull.sh create mode 100644 util/push_pull.sh diff --git a/push_pull.sh b/push_pull.sh deleted file mode 100644 index c8319b4..0000000 --- a/push_pull.sh +++ /dev/null @@ -1,3 +0,0 @@ -git push -sleep 10 -pit pull \ No newline at end of file diff --git a/util/push_pull.sh b/util/push_pull.sh new file mode 100644 index 0000000..dbbe4e6 --- /dev/null +++ b/util/push_pull.sh @@ -0,0 +1,3 @@ +git push +sleep 20 +git pull \ No newline at end of file