Method I
Put a shell script in one of these folders: /etc/cron.daily, /etc/cron.hourly, /etc/cron.monthlyor /etc/cron.weekly.
Method II
crontab -e
minute hour day-of-month month day-of-week command
every 15 minutes
*/15 * * * * /path/to/command