fixes
This commit is contained in:
parent
7c217a07da
commit
13797298c2
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ cd "$DIR"
|
|||
|
||||
yt-dlp --merge-output-format mp4 "$(wl-paste)"
|
||||
|
||||
FILENAME="$(ls)"
|
||||
FILENAME="$(ls | head -n1)"
|
||||
|
||||
cp * "$HOME/Downloads/Memes/$FILENAME"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue