scripts: fix copying files in download script
This commit is contained in:
parent
16bdde3504
commit
152344a801
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue