mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-18 01:09:03 +00:00
Initial commit.
This commit is contained in:
2
batch_upload_torrent.sh
Executable file
2
batch_upload_torrent.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
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
|
||||
Reference in New Issue
Block a user