From e15b4d74acb6d372f73029e78874097f7b7c412e Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 3 Oct 2021 17:41:50 +0200 Subject: [PATCH] Remove peerflix script --- scripts/.local/share/scripts/peerflix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 scripts/.local/share/scripts/peerflix diff --git a/scripts/.local/share/scripts/peerflix b/scripts/.local/share/scripts/peerflix deleted file mode 100755 index 5dc177c..0000000 --- a/scripts/.local/share/scripts/peerflix +++ /dev/null @@ -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"