Subject: dumb scripting question
From: Ed W <lists@wildgooses.com>
Date: Wed, 21 Oct 2009 23:58:37 +0100

Hi, this is probably a fairly dim shell question, but how do the 
following (in a way which works)

vserver guest1 exec something && else

Where obviously I want something and else to both run in the guest1 
instance?  At least running the above in bash lets the shell grab the && 
and effectively the bit after the && is run on the host?

Thanks

Ed W