From f5108325a86adf57a427934178d88defcf5cdd40 Mon Sep 17 00:00:00 2001 From: hax Date: Sun, 9 Feb 2025 03:11:12 +0000 Subject: [PATCH] Deleted same script (double file) Signed-off-by: hax --- yt-dlp-proxy_link | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 yt-dlp-proxy_link diff --git a/yt-dlp-proxy_link b/yt-dlp-proxy_link deleted file mode 100755 index af618b8..0000000 --- a/yt-dlp-proxy_link +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -# Get the directory where the script is located -SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -python3 "$SCRIPT_DIR/main.py" "$@"