Remove peerflix script

This commit is contained in:
2021-10-03 17:41:50 +02:00
parent 035ad35ac7
commit e15b4d74ac

View File

@@ -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"