mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-01 16:03:06 +01:00
4 lines
146 B
Bash
4 lines
146 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
qbt torrent list -F csv | awk -F, '{ print $2 }' | grep -v "Name" | sort | tee /home/dietpi/public/html/torrents.txt || true
|