4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
yt-dlp --config-location yt-dlp.conf
|
|
cd ../ && python import.py
|