From 2708447d5fd8a9874b73f53d3c20cb42c049b15b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 6 Nov 2020 12:37:08 +0100 Subject: gitlab fetch script --- fetch-gitlab.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 fetch-gitlab.sh (limited to 'fetch-gitlab.sh') 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/ -- cgit