Execute specific commands

nu

  • Nushell ("a new type of shell") takes a modern, structured approach to your command-line.
    See also: `elvish`.
    More information: <https://www.nushell.sh>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

nu --commands "{{echo 'nu is executed'}}"

click the source code to copy