From 71418f3f25eadd0e1b0238cef163827e167f64db Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Mon, 22 Aug 2022 14:29:57 +0000 Subject: [PATCH] update.sh is not supposed to be in there. Co-authored-by: sigonasr2 --- C++/scripts/filelist | 1 - C++/scripts/md5 | 1 - C++/scripts/update.sh | 3 --- 3 files changed, 5 deletions(-) delete mode 100644 C++/scripts/update.sh diff --git a/C++/scripts/filelist b/C++/scripts/filelist index 9141393..5f624fd 100644 --- a/C++/scripts/filelist +++ b/C++/scripts/filelist @@ -1,4 +1,3 @@ build.sh commit.sh -update.sh web.sh diff --git a/C++/scripts/md5 b/C++/scripts/md5 index 4d6503e..36cf76a 100644 --- a/C++/scripts/md5 +++ b/C++/scripts/md5 @@ -1,4 +1,3 @@ build.sh:530634457ea9041267c05d4ced95eee1 - commit.sh:d03a46e721060c22ccb146e19d27e70a - -update.sh:7fda194f24fbd8779221066cbbc04b3f - web.sh:3229cb0053cd0ca4ea08cc90e0d50ad0 - diff --git a/C++/scripts/update.sh b/C++/scripts/update.sh deleted file mode 100644 index 26af9ea..0000000 --- a/C++/scripts/update.sh +++ /dev/null @@ -1,3 +0,0 @@ -#Pulls the latest version of the repository. -# -git pull \ No newline at end of file