diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-13 22:00:28 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-13 22:00:28 +0100 |
commit | b04c86e5740f92cbea708f52a444df3aa1a2061f (patch) | |
tree | a0bac325f3df1373c4754826fb03bdcd0ee137bd | |
parent | 3c23ff4fa1873e9170326141e31eb588d71a7d3a (diff) |
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>
-rw-r--r-- | include/get.sh (renamed from include/git.sh) | 0 | ||||
-rwxr-xr-x | mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/git.sh b/include/get.sh index 9405828e..9405828e 100644 --- a/include/git.sh +++ b/include/get.sh @@ -17,7 +17,7 @@ fi . "include/mrc.sh" . "include/rom.sh" . "include/release.sh" -. "include/git.sh" +. "include/get.sh" main() { |