mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-10 14:06:42 +00:00
2 lines
137 B
Bash
Executable File
2 lines
137 B
Bash
Executable File
up_t() { curl -F "category=1_2" -F "torrent_file=@$1" 'http://localhost:5500/upload'; }
|
|
for x in test_torrent_batch/*; do up_t "$x"; done |