mirror of
https://github.com/fhamborg/news-please.git
synced 2021-09-19 22:26:00 +03:00
4 lines
175 B
Bash
4 lines
175 B
Bash
#!/bin/sh
|
|
# output is written to file, process runs in foreground so container doesn't terminate
|
|
news-please-cc /npdata/warcs /npdata/articles keep 32 >> /npdata/all.log 2>&1
|