mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 07:50:11 +01:00
2d1d683a54
Authored by: Grub4K
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
>&2 echo 'run_tests.sh is deprecated. Please use `devscripts/run_tests.py` instead'
|
|
python3 devscripts/run_tests.py "$1"
|