#!/usr/bin/env miaou-bash #!/usr/bin/env bash function blabla { echo IN blabla OUT >&2 echo stderr from utility # . lib/not_found_again.bash # lib/not_found_again.bash suite } function suite { command_not_found grep nope nope exit exit 10 # youpi echo $nope return 7 return } blabla