Compare commits
1 Commits
97d867156c
...
65fdfe5509
Author | SHA1 | Date | |
---|---|---|---|
65fdfe5509 |
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
webtorrent download "$1" -s
|
webtorrent download "$1" -s
|
||||||
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