can not run shell script from command line on mac
To run any script you need to have executable write of that script.
chmod 755 ./script_name.sh
chmod 755 – gives you full permission. It gives only read and execute permission to everyone else.
@ tutorialhorizon
by Kavit ·
To run any script you need to have executable write of that script.
chmod 755 ./script_name.sh
chmod 755 – gives you full permission. It gives only read and execute permission to everyone else.
by Kavit · Published October 27, 2016
by Kavit · Published October 14, 2016 · Last modified October 25, 2016
by Kavit · Published February 12, 2017
Follow:
Recent Comments