add "copy" option for not supported commands
gustawdaniel opened this issue · 0 comments
gustawdaniel commented
It not support:
- export
- $VAR
- &&
Support provided for
- | - by
bash -c
Plan
- export and $VAR will be copied instead of execution
- && will be moved to
bash -c
or splitted to many commands