Hi Guys,
I'm trying to make a script to install/ update a Photoshop CC extension trough the appropriate command line tool.
i made an if statement to test if it is installed but somehow it doesn't work.
Who can give me a pointer, i'm going crazy here.
if [ "./ExManCmd --list 'Photoshop CC' | grep PNGExpress | awk '{print $2}'" == "PNGExpress" ]; then