execute script

  1. K

    Steps to execute a .sh script using cpanel cron job

    First you have to check for execution permission for your script and after that you can run below cron job: 0 * * * * /home/<your_user>/public_html/yourscript.sh
Top