pestle
pestle copied to clipboard
Global Install
Had a note to investigate this
https://tommcfarlin.com/globally-installing-wp-cli/
cat /usr/local/bin/pastle.sh
#!/bin/bash
cp /usr/local/bin/pestle.phar ./pestle.phar
if [ ! -f ./pestle.phar ]; then
echo "The current directory not writable. I can not run 'pestle.phar'."
else
./pestle.phar $@
rm ./pestle.phar
fi
@indrisepos I'm not sure what the above is for?