1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-28 16:19:51 +02:00

Open with Default App After Find

This commit is contained in:
Ryan Greenup
2020-07-15 02:10:24 +10:00
parent b33ed3c6b1
commit d3474f84b2

View File

@@ -102,7 +102,7 @@ arguments () {
function NoteFind() { function NoteFind() {
NoteFind.sh "${@:-}" NoteFind.sh "${@:-}" | xargs xdg-open &> /dev/null
exit 0 exit 0
} }