Add dl demo script

This commit is contained in:
Ari Timonen 2020-03-22 16:05:21 +02:00
parent a5a627dce4
commit 58d7e494cc

View file

@ -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