poc starting1

This commit is contained in:
pvincent
2026-07-26 11:08:11 +04:00
parent 98deda9e6c
commit 473bed362e
2 changed files with 53 additions and 2 deletions
+5 -2
View File
@@ -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!
}