Replies: 1 comment 1 reply
-
You can construct command string in your way and pass it to bash:
It is not encouraged to do things like this, since it could introduce command injection and also you need to make the correct quotes. But anyway you are already doing things like that, so take your own risk. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to know how you can combine commands without hardcoding the actual cmd in the macro?
Not sure how escaping works in these cases.
Rough Example:
When I run the above in full code. I get the following output error:
Beta Was this translation helpful? Give feedback.
All reactions