ensl.org/bin/shell/download_demos.sh
2020-03-22 16:05:21 +02:00

2 lines
215 B
Bash

#!/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