shelljs-transpiler icon indicating copy to clipboard operation
shelljs-transpiler copied to clipboard

Allow multiple conditionals

Open nfischer opened this issue 9 years ago • 0 comments

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.

nfischer avatar May 15 '16 23:05 nfischer