Shell pass through in Fuge

Commands that Fuge does not recognize are passed through to the shell for execution.

For example, we can try the following:

fuge> start all
fuge> ps
fuge> ps aux | grep -i node
fuge> netstat -an | grep -i listen

This can be very useful during a development session and saves having to switch shells for simple one liners!