shelljs-transpiler
shelljs-transpiler copied to clipboard
Allow multiple conditionals
One form I can think of is:
if [[ "$is_collaborator" ]] || [[ "$is_owner" ]]; then
(taken from the shx release script)
There are also other specific flags, like -o and things like that. All of this should probably be supported.