diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 12:37:08 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 12:37:08 +0100 |
commit | 2708447d5fd8a9874b73f53d3c20cb42c049b15b (patch) | |
tree | 559e3d2aa5e020f76a200ee600f49f9c1fe2ea47 /fetch-gitlab.sh | |
parent | 3b14c8c3029669faed1ca4ce7d3ae021831ce498 (diff) | |
download | imagefish-2708447d5fd8a9874b73f53d3c20cb42c049b15b.tar.gz |
gitlab fetch script
Diffstat (limited to 'fetch-gitlab.sh')
-rwxr-xr-x | fetch-gitlab.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fetch-gitlab.sh b/fetch-gitlab.sh new file mode 100755 index 0000000..1afe59f --- /dev/null +++ b/fetch-gitlab.sh @@ -0,0 +1,7 @@ +#!/bin/sh +wget --recursive \ + --accept "*.xz" \ + --span-hosts \ + --no-directories \ + --continue \ + https://kraxel.gitlab.io/imagefish/ |