1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-21 13:22:02 +02:00

Fixed open command for MacOS

This commit is contained in:
ryangreenup
2020-07-24 00:11:50 +10:00
parent ba981eecbe
commit 621968199c

View File

@@ -48,6 +48,7 @@ case "$(uname -s)" in
Darwin) Darwin)
CLIP_IN () { pbcopy ; } CLIP_IN () { pbcopy ; }
CLIP_OUT () { pbpaste ; } CLIP_OUT () { pbpaste ; }
xdg-open () { open "%{@}" ; }
;; ;;
Linux|GNU|*BSD|SunOS) Linux|GNU|*BSD|SunOS)