davydany / sultan

Sultan: Command and Rule over your Shell
https://sultan.readthedocs.io/en/latest/
MIT License
680 stars 35 forks source link

support for custom executable #51

Closed tminakov closed 6 years ago

tminakov commented 7 years ago

Adds a new executable argument to load(), the value of which is the actual shell to use for the execution. Default value is None, preserving the current behavior to run through /bin/sh (on POSIX systems).

Fixes #50

davydany commented 6 years ago

@tminakov can you resolve the merge conflicts?

tminakov commented 6 years ago

@davydany I see you took care of it; thanks!