chore: add comment
This commit is contained in:
parent
ba1a397354
commit
dcd1807fb2
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ elif [ "$1" = "copy" ] || [ "$1" = "c" ]; then
|
||||||
echo "Copied content of $full_path"
|
echo "Copied content of $full_path"
|
||||||
xclip -sel c < "$full_path"
|
xclip -sel c < "$full_path"
|
||||||
|
|
||||||
|
## New entry or edit
|
||||||
else
|
else
|
||||||
createEntry
|
createEntry
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue