From 73cf1da054c84d257db673a004fa9fad72fdf629 Mon Sep 17 00:00:00 2001 From: Manos Athanassoulis Date: Tue, 19 Sep 2023 16:07:44 -0400 Subject: [PATCH] bookkeeping (renamed files: push-index-slides.sh) --- push-CS460-index-slides.sh => push-index-slides.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename push-CS460-index-slides.sh => push-index-slides.sh (87%) diff --git a/push-CS460-index-slides.sh b/push-index-slides.sh similarity index 87% rename from push-CS460-index-slides.sh rename to push-index-slides.sh index 385dc41..be42ed3 100755 --- a/push-CS460-index-slides.sh +++ b/push-index-slides.sh @@ -7,7 +7,7 @@ if [ $? -ne 0 ]; then exit fi -git add index.html && git commit -m "CS460: add slides in html" +git add index.html && git commit -m "CS660: add slides in html" if [ $? -ne 0 ]; then echo "Could not commit the minor change. Please check whether your repository tree is consistent. Existing!" exit