8
scripts/.local/share/scripts/peerflix
Executable file
8
scripts/.local/share/scripts/peerflix
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user