summaryrefslogtreecommitdiff
path: root/posix-shell/programs.sh
AgeCommit message (Collapse)Author
2024-06-27posix-shell: Update check_programs()xengineering
- sort list of programs automatically - report all programs with a check mark `[x]` or without `[ ]`
2024-06-27posix-shell: Do not check programs on shell initxengineering
The functionality is now available as `check_programs()`. Not executing it on shell startup makes it more comfortable to use systems which do not provide all the mentioned programs.
2024-06-27bash: Move parts to posix-shell/programs.shxengineering