mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 07:26:54 +02:00
2 lines
No EOL
137 B
Bash
Executable file
2 lines
No EOL
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 |