From aaa0a1ff93e95b1bf7364c00b8104c6a4f66b44b 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 5512af6..765e901 100755 --- a/mk +++ b/mk @@ -15,7 +15,7 @@ fi . "include/inject.sh" . "include/rom.sh" . "include/release.sh" -. "include/git.sh" +. "include/get.sh" main() {