4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
|
|
konsole -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1
|