9 lines
262 B
Markdown
9 lines
262 B
Markdown
# make_torrent
|
|
|
|
This script will make a torrent file from each folder in the directory that is specified, using the tracker URL you specified, and place the finished torrent file in the directory specified
|
|
|
|
```
|
|
$ chmod +x make_torrent.sh
|
|
|
|
$ ./make_torrent.sh
|
|
``` |