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:
@@ -165,6 +165,7 @@ if [[ " $@ " =~ "mosyless" ]]; then
|
||||
APPPA="/Applications"
|
||||
DOCKPOS=2
|
||||
fi
|
||||
|
||||
# SYSTEM PREFERENCES
|
||||
if [[ " $@ " =~ "systempreferences" ]]; then
|
||||
APPNA="System Preferences"
|
||||
@@ -172,6 +173,12 @@ if [[ " $@ " =~ "systempreferences" ]]; then
|
||||
DOCKPOS=end
|
||||
fi
|
||||
|
||||
# LAUNCHPAD
|
||||
if [[ " $@ " =~ "launchpad" ]]; then
|
||||
APPNA="Launchpad"
|
||||
APPPA="/Applications"
|
||||
DOCKPOS=1
|
||||
fi
|
||||
|
||||
# ********************************************************************************************************************************
|
||||
# EXECUTE TASK
|
||||
|
||||
Reference in New Issue
Block a user