fix prompt IFS

This commit is contained in:
pvincent
2026-07-16 18:09:19 +04:00
parent fc5d68e58f
commit 08b943500e
5 changed files with 165 additions and 23 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/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
echo $nope
exit 10 # youpi
return 7
return
exit
}
blabla