You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general: you need a way to escape characters that are being parsed as part of the subshell/pipe grammar. So $( will give you problems, too, or ) in certain places.
Example of thing that fails:
pushbot echo a b c d | pushbot s (a|c) e
The text was updated successfully, but these errors were encountered: