poc miaou_debug

This commit is contained in:
pvincent
2026-07-26 12:20:39 +04:00
parent 473bed362e
commit 94e8a8e3a3
2 changed files with 40 additions and 17 deletions
+4 -2
View File
@@ -14,9 +14,11 @@ function do_subshell_false {
function do_subshell_term {
# grep none none
echo toto
# echo 'toto' | grep none
echo "found1=$(grep nope nope)"
echo -n "found1=$(grep nope nope)"
echo "found1=$(grep nope nope | grep none)"
echo "found2=$(command_not_found)"
echo SHOULD NOT SHOW UP!
}