5 lines
122 B
Bash
Executable file
5 lines
122 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
notify-send "downloading $1"
|
|
alacritty -e yt-dlp -x -o '/home/chris/music/%(title)s.%(ext)s' $1
|