scripts: fix copying files in download script
This commit is contained in:
parent
16bdde3504
commit
152344a801
|
@ -10,7 +10,7 @@ FILENAME="$(ls | head -n1)"
|
|||
|
||||
mkdir -p "$HOME/Downloads/Memes"
|
||||
|
||||
cp * "$HOME/Downloads/Memes/$FILENAME"
|
||||
cp "$FILENAME" "$HOME/Downloads/Memes/$FILENAME"
|
||||
|
||||
wl-copy-file "$HOME/Downloads/Memes/$FILENAME"
|
||||
|
||||
|
|
Loading…
Reference in a new issue