Skip to content
Snippets Groups Projects
Verified Commit ee09368b authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Try different quoting for fpaste

parent 3c199657
No related branches found
No related tags found
1 merge request!4Resolve "Add unit tests"
Pipeline #6365 passed
......@@ -14,5 +14,5 @@ files=$(find ~/.clipboard -maxdepth 1 -mindepth 1)
if [[ -z "$files" ]]; then
echo "Clipboard is empty"
else
mv "$(find ~/.clipboard -maxdepth 1 -mindepth 1)" "${1:-.}"
mv $(find ~/.clipboard -maxdepth 1 -mindepth 1) "${1:-.}"
fi;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment