From 824c909ba49cd4201b236b8b12b6b5453aa9677c Mon Sep 17 00:00:00 2001 From: Odweta Date: Sat, 20 Dec 2025 20:29:02 +0100 Subject: [PATCH] update Makefile and rename .sh file --- Makefile | 2 +- fetch.sh => ofetch.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename fetch.sh => ofetch.sh (100%) diff --git a/Makefile b/Makefile index 0d6a9e8..b8ed595 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ OUTPUT_FILE_NAME := ofetch install: mkdir -p $(DIR) - cp odwetafetch.sh $(DIR)/$(OUTPUT_FILE_NAME) + cp $(OUTPUT_FILE_NAME).sh $(DIR)/$(OUTPUT_FILE_NAME) chmod 744 $(DIR)/$(OUTPUT_FILE_NAME) diff --git a/fetch.sh b/ofetch.sh similarity index 100% rename from fetch.sh rename to ofetch.sh