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 /mk | |
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>
Diffstat (limited to 'mk')
-rwxr-xr-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ fi . "include/mrc.sh" . "include/rom.sh" . "include/release.sh" -. "include/git.sh" +. "include/get.sh" main() { |