mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-09-17 03:10:40 +01:00
Update dockutil-labels.sh
This commit is contained in:
@@ -195,6 +195,16 @@ if [[ " $@ " =~ "teamviewerhost" ]]; then
|
||||
APPNA="TeamViewer Host"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "appleremotedesktop" ]]; then
|
||||
APPNA="Remote Desktop"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "screensharing" ]]; then
|
||||
APPNA="Screen Sharing"
|
||||
APPPA="/System/Library/CoreServices/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "microsoftremotedesktop" ]]; then
|
||||
APPNA="Microsoft Remote Desktop"
|
||||
|
||||
Reference in New Issue
Block a user