mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
Add dl demo script
This commit is contained in:
parent
a5a627dce4
commit
58d7e494cc
1 changed files with 2 additions and 0 deletions
2
bin/shell/download_demos.sh
Normal file
2
bin/shell/download_demos.sh
Normal 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
|
Loading…
Reference in a new issue