commit 634b4a86d09dc71ec0ce00765644e8da6e953ec9 parent a0f287f5116ff7e6bd36636e1c61fc726287f2f4 Author: hhvn <hayden@haydenvh.com> Date: Fri, 19 Feb 2021 19:42:43 +0000 .scripts/bin/netvid: this was basically just replicating functionality mpv already has Diffstat:
D | .scripts/bin/netvid | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/.scripts/bin/netvid b/.scripts/bin/netvid @@ -1,6 +0,0 @@ -#!/bin/sh - -t=$(mktemp) -curl "$1" > $t -mpv $t -rm $t