Skip to content

Add driver for shell command #32

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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