From 448d88a9cfa08b004562b55e8990b3ff9b44edd4 Mon Sep 17 00:00:00 2001
From: "Mcintosh, Liam S (UG - Computer Science)" <lm00840@surrey.ac.uk>
Date: Fri, 21 May 2021 19:37:48 +0000
Subject: [PATCH] Update push_updates.sh

---
 push_updates.sh | 2 ++
 update.sh       | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)
 create mode 100644 push_updates.sh
 delete mode 100644 update.sh

diff --git a/push_updates.sh b/push_updates.sh
new file mode 100644
index 0000000..258b403
--- /dev/null
+++ b/push_updates.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+ehco "Pushing updates to repo..."
diff --git a/update.sh b/update.sh
deleted file mode 100644
index 6b1e984..0000000
--- a/update.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-ehco "Running update python script..."
-python update.py
-- 
GitLab