yt-dlp-proxy/yt-dlp-proxy_link
0n1cOn3 3b3afd469d
removed hardcoded path
removed hardcoded path, added dynamic path
2024-11-06 07:33:39 +01:00

4 lines
154 B
Bash

#!/bin/bash
# Get the directory where the script is located
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
python3 "$SCRIPT_DIR/main.py" "$@"