This is probably the tiniest pull request I've ever made, but I felt it was important.
Currently, Shell Mommy doesn't do a very good job keeping your variables and functions too tidy, things like success() and failure() remain defined in the main shell once mommy() has been called once... additionally, several variables such as $DEF_WORDS_LITTLE and $DEF_WORDS_ROLES also remain defined as well...
Since Mommy doesn't really alter anything outside of her scope, she can help you keep your roomshell clean by working in a subshell instead.
Yes, this PR changes just two characters, but they are two characters of great power :3
This is probably the tiniest pull request I've ever made, but I felt it was important.
Currently, Shell Mommy doesn't do a very good job keeping your variables and functions too tidy, things like
success()
andfailure()
remain defined in the main shell oncemommy()
has been called once... additionally, several variables such as$DEF_WORDS_LITTLE
and$DEF_WORDS_ROLES
also remain defined as well...Since Mommy doesn't really alter anything outside of her scope, she can help you keep your
roomshell clean by working in a subshell instead.Yes, this PR changes just two characters, but they are two characters of great power :3