bash
----

.. highlight:: dune

.. dune:action:: bash
   :param: <cmd>

   Execute a command using ``/bin/bash``. This is obviously not very portable.

   Example::

   (bash "echo $PATH")
