Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
This repository was archived by the owner on May 19, 2025. It is now read-only.

Add driver for shell command #32

@ejboy

Description

@ejboy

Some ideas:

Config

Allow to configure which shell executable to use, e.g.

shell.posix.cmd_name = /usr/bin/sh
shell.win.cmd_name = cmd.exe /c 

Dialects

It should be possible to specify os family in the dialect, to write cross platform scripts
os.name/os.version properties will work.

Queries

<query>
   for i in {0..3}
do
  echo "Number: $i"
done
</query>

Should produce lines as the result of the query.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions