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>
master
Leah Rowe 2025-05-13 22:00:28 +01:00
parent 2d691c7377
commit aaa0a1ff93
2 changed files with 1 additions and 1 deletions

2
mk
View File

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