From b04c86e5740f92cbea708f52a444df3aa1a2061f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 13 May 2025 22:00:28 +0100 Subject: [PATCH] git.sh: rename to get.sh it now handles more than just git, and i forsee it handling even more in the future, e.g. rsync, ftp, bittorrent. Signed-off-by: Leah Rowe --- include/{git.sh => get.sh} | 0 mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename include/{git.sh => get.sh} (100%) diff --git a/include/git.sh b/include/get.sh similarity index 100% rename from include/git.sh rename to include/get.sh diff --git a/mk b/mk index f22d3b09..f358bc3a 100755 --- a/mk +++ b/mk @@ -17,7 +17,7 @@ fi . "include/mrc.sh" . "include/rom.sh" . "include/release.sh" -. "include/git.sh" +. "include/get.sh" main() {