Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear how to execute a command with arguments #32

Open
kirillka57 opened this issue Nov 26, 2019 · 0 comments
Open

Unclear how to execute a command with arguments #32

kirillka57 opened this issue Nov 26, 2019 · 0 comments

Comments

@kirillka57
Copy link

Hi,

I tried the following:
command: sometool arg1 arg2
arg:
Error: couldn't fork

command: /usr/bin/bash /full/path/to/script_that_contains_the_above_command_and_args.sh
arg:
Error: couldn't fork

command: /full/path/to/script_that_contains_the_above_command_and_args.sh
arg:
Error: couldn't fork

Finally this worked:
command: sometool
arg: arg1 arg2

I guess I should have tried this first, but the fact that arg parameter is optional threw me off. Could this please be documented in a more elaborate manner (with some examples)?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant