Skip to content

julkwel/cron-git-pull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

cron-git-pull

How to automate an execution of your script

Now if you like me , you want to automated everything

I want to execute my script automatically

First you need to add your script execution in crontab

  1. sudo su

  2. crontab e

add this line , it's execute your script in 1minutes.

*/1 * * * * pull.sh >> /your_path/log.log

Happy hacking

About

How to automate an execution of your script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages