Hi,
I have some ssh commands to change directory privledges to accomidate a third party software requirement.
The code is
sudo chmod 777 Applications/Adobe Photoshop CS5.1/Plug-ins
sudo chmod 777 \Applications\Adobe InDesign CS5.5\Plug-Ins
sudo chmod 777 \Applications\Adobe Illustrator CS5.1\Plug-ins
Pretty simple, but how do I make a distributable package for this to push to Macs in my environment?
-Pat