From 2e17262f3b54e829f7aa875bdaa543703d8c6e55 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 28 Apr 2020 22:09:59 -0700 Subject: snapshots: call new wrapper Signed-off-by: Robin H. Johnson --- mirmon-snapshots.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 mirmon-snapshots.sh diff --git a/mirmon-snapshots.sh b/mirmon-snapshots.sh new file mode 100755 index 0000000..bc591bc --- /dev/null +++ b/mirmon-snapshots.sh @@ -0,0 +1,5 @@ +#!/bin/bash +exec $(dirname "$0")/mirmon-wrapper.sh \ + --mode=snapshots \ + --xml-src=distfiles \ + --url=https://www.gentoo.org/downloads/mirrors/ -- cgit v1.2.3-65-gdbad