1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-05 06:25:00 +00:00
dotfiles/.local/bin/ao3.2

6 lines
134 B
Groff
Raw Normal View History

2020-10-13 20:14:57 +00:00
#!/bin/sh
for i in $(lynx -dump -hiddenlinks=listonly $@ | grep '\.epub' | awk 'FNR > 2 {print$2}' | grep http)
do
aria2c $i
done