admin-scripts/.archived/qbtlist.bash
Jeffrey Serio 56e9c3b6cc Rearrange
2024-08-15 20:34:54 -05:00

4 lines
146 B
Bash
Executable File

#!/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