moved some files

This commit is contained in:
aldacron
2017-05-17 00:53:54 -07:00
parent acc5da09b0
commit f5551dd1e5
3 changed files with 0 additions and 0 deletions

2
utils/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