poc starting1
This commit is contained in:
@@ -13,8 +13,11 @@ function do_subshell_false {
|
||||
}
|
||||
|
||||
function do_subshell_term {
|
||||
echo "found2=$(grep nope nope)"
|
||||
echo "found1=$(command_not_found)"
|
||||
|
||||
# grep none none
|
||||
|
||||
echo "found1=$(grep nope nope)"
|
||||
echo "found2=$(command_not_found)"
|
||||
echo SHOULD NOT SHOW UP!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user