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
Adding multi-line / multi-command support for < (in which each output line is interpreted as separate command) would be extremely beneficial for production-time customization tasks.
Alternatively, it would be beneficial if the command line buffer is increased so one can use longer command concatenation chains like:
Hi all,
it seems that at the moment the "PROTOCOL:<" construct (for using stdout as command source) works only with single-line output.
e.g. for test.sh
FB:< sh -c "test.sh"
would only process the first command.
Adding multi-line / multi-command support for < (in which each output line is interpreted as separate command) would be extremely beneficial for production-time customization tasks.
Alternatively, it would be beneficial if the command line buffer is increased so one can use longer command concatenation chains like:
echo "ucmd setenv env1 value1 && setenv env2 value2 && ...
The text was updated successfully, but these errors were encountered: