From 58d7e494ccfca257258bad87c279e3a3e57ce564 Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Sun, 22 Mar 2020 16:05:21 +0200 Subject: [PATCH] Add dl demo script --- bin/shell/download_demos.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/shell/download_demos.sh diff --git a/bin/shell/download_demos.sh b/bin/shell/download_demos.sh new file mode 100644 index 0000000..81fd588 --- /dev/null +++ b/bin/shell/download_demos.sh @@ -0,0 +1,2 @@ +#!/bin/bash +lynx -cache=0 -dump -listonly "http://ensl.gk-servers.de/public/index.php?dir=demos/" | grep -E "(*\.gz$)|(*\.dem$)" | awk '{print $2}'|tee demlinks.txt && wget --content-disposition -nc -i demlinks.txt