mte/unikernel/duniverse/dune_/doc/reference/actions/system.rst
2025-11-11 02:07:51 +01:00

12 lines
197 B
ReStructuredText

system
------
.. highlight:: dune
.. describe:: (system <cmd>)
Execute a command using the system shell: ``sh`` on Unix and ``cmd`` on Windows.
Example::
(system "command arg1 arg2")