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
Support shelling out to a series of commands, optionally at a given path
This addition to ShellOut makes it easier to run a series of commands, without
having to manually string them together using ‘&&’. It also enables you to
easily run a shell command at a given path, without having to ‘cd’ to it first.
0 commit comments