Remove peerflix script
This commit is contained in:
parent
035ad35ac7
commit
e15b4d74ac
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
directory=/tmp/webtorrent
|
||||
player=mpv
|
||||
|
||||
webtorrent download "$1" -s -o "$directory" --"$player"
|
||||
read -rp "File number: " nr
|
||||
webtorrent download "$@" -s "$nr" -o "$directory" --"$player"
|
Loading…
Reference in New Issue