You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use a bash script to generate parameter list. Commands that work fast, such as "ls /tmp" work just fine. However, if it takes some time (in my case it's ec2-api tools, about 2 seconds), then I get no parameters at all. I tried "proc.waitFor()", but it doesn't seem to have any effect.
The text was updated successfully, but these errors were encountered:
I want to use a bash script to generate parameter list. Commands that work fast, such as "ls /tmp" work just fine. However, if it takes some time (in my case it's ec2-api tools, about 2 seconds), then I get no parameters at all. I tried "proc.waitFor()", but it doesn't seem to have any effect.
The text was updated successfully, but these errors were encountered: