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