Compare commits
1 Commits
8db67e825c
...
5d1505e996
Author | SHA1 | Date | |
---|---|---|---|
5d1505e996 |
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
webtorrent download "$1" -s -o /tmp/webtorrent
|
webtorrent download "$1" -s -o /tmp/webtorrent
|
||||||
read -p "File number: " nr
|
read -rp "File number: " nr
|
||||||
webtorrent download "$@" -s $nr -o /tmp/webtorrent
|
webtorrent download "$@" -s "$nr" -o /tmp/webtorrent
|
||||||
|
Loading…
Reference in New Issue
Block a user