How to run shell script from eggplant

Hi,

Can anyone help me out, how to run Shell Script from eggplant.

ex: I have a file Test.sh , Placed under Users/Desktop/.

please help me out how to run the shell script

Thanks In Advance

If all you care about is to run the shell script:

shell "/Users/username/Desktop/Test.sh"

If the shell script will produce output that you want to get:

put shell("/Users/username/Desktop/Test.sh") into scriptOutput