shell script as a daemon

hi,

can i run a shell script as a daemon ?

the shell script looks like this :

can this be run as a service ?:
thanks
regards
shann

You can use cron or other scheduler to schedule this script.

Thanks