This commit is contained in:
PowerUser64 2022-03-02 05:21:45 -08:00
parent a14ce500f5
commit 3c8a916daf

View file

@ -103,6 +103,7 @@ new() {
} }
subshell() { subshell() {
echo
echo 'entering subshell' echo 'entering subshell'
$SHELL $SHELL
} }