1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-12 09:04:39 +02:00

put xclip in correct location

This commit is contained in:
Ryan Greenup
2020-07-16 10:55:59 +10:00
parent 7d21f5f67a
commit 543f33c9c0

View File

@@ -198,7 +198,7 @@ CadmusTools () {
;;
backlinks) shift; "${script_dir}/tools/List-Backlinks.sh" "${NOTES_DIR}" ${@:-} && exit 0
;;
link) shift; "${script_dir}/tools/LinkMarkdownNotes.sh" | xclip -selection clipboard "${NOTES_DIR}" && exit 0
link) shift; "${script_dir}/tools/LinkMarkdownNotes.sh" "${NOTES_DIR}" | xclip -selection clipboard && exit 0
;;
fix) shift; "${script_dir}/tools/fixLink.sh" "${NOTES_DIR}" && exit 0
;;