Initial commit.

This commit is contained in:
nyaadev
2017-05-12 20:51:49 +02:00
commit 00d65e312c
89 changed files with 8747 additions and 0 deletions

2
batch_upload_torrent.sh Executable file
View 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