mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-28 15:36:54 +00:00
4 lines
180 B
Bash
Executable file
4 lines
180 B
Bash
Executable file
#!/bin/bash
|
|
list=$(grep works/[0-9]\* $@ -o | uniq | grep -o [0-9]\* | tr '\n' , | sed s/.$//)
|
|
eval aria2c -Z https://download.archiveofourown.org/downloads/{$list}/\*.epub -d ao3
|