mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-16 08:19:05 +00:00
moved some files
This commit is contained in:
2
utils/batch_upload_torrent.sh
Executable file
2
utils/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