I have to run 3 shell scripts at intervals of 15 seconds continuously and automatically when the system runs.
Is it possible to add a cronjob with the following interval?
0.25 * * * * sudo bash /home/ckoy-admin/HAS_system/execute/FS.sh
I am trying to use 0.25 minutes, but it does not work.