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