-
Notifications
You must be signed in to change notification settings - Fork 169
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
Syntax for ENV variables? #51
Comments
To add to this, how can one get the command line arguments? |
You cannot, it doesn't support arguments.. Yet. -Jim
|
This is a serious shortcoming. :( |
As a workaround, you can write bash("arg1=\"$1\"");
batch("set arg1=%1");
println(arg1); |
How is the syntax for ENV variables?
The text was updated successfully, but these errors were encountered: