How to use several commands in one custom actions command field? #674
-
|
If you create a custom action, then you have a "command" field, which usually can be used with one command. But is it also possible to use two or more commands in this field? I've tried using Any ideas if this is possible at all? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi :)
You could:
|
Beta Was this translation helpful? Give feedback.
-
|
Option "Use SubShell" lets to enter commands like in regular shell
|
Beta Was this translation helpful? Give feedback.


Hi :)
|,&∧are shell features. The app simply starts a process with specified args as it's more lightweight.You could:
sh -c "echo 'hello'; echo 'world'"~/.local/bin