Added console.app

This commit is contained in:
Michael
2023-04-23 11:27:19 +01:00
committed by GitHub
parent 25158a7d93
commit 9be407c716

View File

@@ -137,6 +137,11 @@ if [[ " $@ " =~ "adobecreativeclouddesktop" ]]; then
fi
#OTHERS
if [[ " $@ " =~ "console" ]]; then
APPNA="Console"
APPPA="/Applications/Utilities"
fi
if [[ " $@ " =~ "activitymonitor" ]]; then
APPNA="Activity Monitor"
APPPA="/Applications/Utilities"