4 lines
146 B
Bash
Raw Normal View History

2024-06-20 10:12:41 -05:00
#!/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