🧹 issue() in `bbs.minishell` now shows a text file
- This function mimics getty(8) showing `/etc/issue` before the login prompt,
so the text shown should also be read from a text file
- The data directory we use has already been used in the previous commit,
e727b78054fee90e6aa5700e56d88051425d0ff5, for `bbs.minishell`
Initial commit.