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