Replace peerflix script with a shell alias

This commit is contained in:
2022-06-09 18:17:42 +02:00
parent 0e5c236508
commit ac6a2451db
2 changed files with 1 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"