diff options
-rwxr-xr-x | mirmon-snapshots.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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/ |