8 lines
121 B
Markdown
8 lines
121 B
Markdown
# pad-archiver
|
|
|
|
Archives the list of URLs provided on the standard input.
|
|
|
|
```shell
|
|
go build
|
|
pad-archiver < pads.txt
|
|
```
|