laywerrobot/fishcommand

5 lines
207 B
Text
Raw Normal View History

2020-08-27 21:55:39 +02:00
2020-08-31 13:48:07 +02:00
for i in (seq 0 1 1000000); time wget --content-disposition --trust-server-names "http://195.74.94.36/cgi-bin/rechtsprechung/document.py?Gericht=$argv[1]&nr="(seq $i (echo "$i+9"|bc))"&Frame=4&.pdf"; end
2020-08-27 21:55:39 +02:00