mujtaba1747 / git-autocommit

A bash script to automate pushing changes to github
GNU General Public License v3.0
30 stars 8 forks source link

Daemonize the bash script #4

Open mujtaba1747 opened 3 years ago

mujtaba1747 commented 3 years ago

We plan to make this script a standalone process which can be toggled and setup easily.

omega07 commented 2 years ago

As far as I understood your issue, you could use something like pm2, for this, probably make it an npm package.

mujtaba1747 commented 2 years ago

There should be a way to do this without any external libraries. I think we should look for something that's built into Linux by default like Cron Jobs.