From 08f22ad82edbe30606a8145a01ab18f2f6d71b4b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 17 Nov 2024 23:39:40 -0600 Subject: delete .old dir since all is still stored in version control --- .old/ytdl-dlplst | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 .old/ytdl-dlplst (limited to '.old/ytdl-dlplst') diff --git a/.old/ytdl-dlplst b/.old/ytdl-dlplst deleted file mode 100755 index f7b4a47..0000000 --- a/.old/ytdl-dlplst +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -echo "Getting Video ID's..." -for id in $(youtube-dl --get-id "$1"); do - youtube-dl --newline "https://youtu.be/$id" & -done -- cgit v1.2.3