Skip to content

If you want your code in Kali to update from GitHub every 10 seconds, using cron won't work because the shortest interval it supports is 1 minute. Instead, use a while loop with sleep 10 in a background-running script.

Notifications You must be signed in to change notification settings

Ubaidullahquresh/GitHub-every-10-seconds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

If you want your code in Kali to update from GitHub every 10 seconds, using cron won't work because the shortest interval it supports is 1 minute. Instead, use a while loop with sleep 10 in a background-running script.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published