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? |
Answered by
kamilprusko
Oct 21, 2023
Replies: 2 comments
|
Hi :)
You could:
|
0 replies
Answer selected by
sojusnik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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