another cron question

I use the cron generator from a website online, usually to make my cron commands. I have a job I want to put in to happen daily for the stability of my teamspeak server.

What I want to know is how I can put 3 seperate commands, into one command line for a cron job. These are the 3 commands I use:

cd /home2/teamspeak
ls
./start restart

I want that in one line, or do I have to enter 3 cron jobs, one for each line?

or can I go just like this: /home2/teamspeak/start restart

 

 

 

 

Top