5 lines
161 B
Bash
Executable File
5 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
cd ~/Downloads
|
|
YTDL_WD=$(zenity --file-selection --directory --filename=.)
|
|
xfce4-terminal --default-working-directory $YTDL_WD --execute youtube-dl $@
|