yt-dlp-proxy/yt-dlp-proxy_link
0n1cOn3 3dcebcf1fc
removed hardcoded path, added dynamic path instead
- Removed hardcoded path
- Added dynamic path
2024-11-06 07:32:06 +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" "$@"