mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-02-03 13:53:24 +00:00
added filemakerpro
This commit is contained in:
@@ -146,6 +146,11 @@ if [[ " $@ " =~ "1password7" ]]; then
|
||||
APPNA="1Password 7"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "filemakerpro" ]]; then
|
||||
APPNA="FileMaker Pro"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY
|
||||
|
||||
@@ -234,4 +239,4 @@ fi
|
||||
if [[ " $@ " =~ '' ]]; then
|
||||
# whatever you want to do when array contains value
|
||||
echo No Label Provided
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user