Tecadmin published a tutorial showing you how to run multiple commands in one Cron Job.
How to Run Multiple Commands in One Cron Job
Crontab is a utility for running scheduled tasks at regular intervals on Unix-Linux systems. It allows us to schedule multiple cron jobs to run at once. We can schedule any shell command or script to can be executed on the terminal. Every scheduled job in crontab is separated by a new line. We can also