mte/unikernel/duniverse/dune_/doc/reference/actions/bash.rst

13 lines
177 B
ReStructuredText
Raw Normal View History

2025-11-11 02:07:51 +01:00
bash
----
.. highlight:: dune
.. describe:: (bash <cmd>)
Execute a command using ``/bin/bash``. This is obviously not very portable.
Example::
(bash "echo $PATH")