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