Remove peerflix script

This commit is contained in:
coolneng 2021-10-03 17:41:50 +02:00
parent 035ad35ac7
commit e15b4d74ac
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 8 deletions

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"