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 <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-13 22:00:28 +01:00
parent 3c23ff4fa1
commit b04c86e574
2 changed files with 1 additions and 1 deletions

2
mk
View File

@@ -17,7 +17,7 @@ fi
. "include/mrc.sh"
. "include/rom.sh"
. "include/release.sh"
. "include/git.sh"
. "include/get.sh"
main()
{