Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e02afbb06 |
1 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/bash
|
||||
python3 "/mnt/sda2/Work/Projects/yt-dlp-proxy/main.py" $@
|
||||
# Get the directory where the script is located
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
python3 "$SCRIPT_DIR/main.py" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue