Basic Bash script help

I'm having a little trouble writting a simple bash script to replace cPanel's unreliable cpuwatch.

cpuwatch takes 2 arguments max_load and command.

e..g
./cpuwatch 2.5 /bin/ls

I want a simple to create a simple pass-through bash script to just execute the command ($2 I believe) and ignore the load figure ($1). Any help?

 

 

 

 

Top