regolith
regolith copied to clipboard
Shell Filters Should Allow Lists of Strings in "command" Property
A list of strings would be nicer that one long string with commands separated by ;.
How exactly?
- Each command is ran as a separate process
- Commands are joined with shell-specific thing (
&for bash and;for powershell etc.) - We create a temporary script somewhere and run it
Also do we have a way to just provide a path to the script?