commit 8d339fbd84cdcdbdf0693a41618d77876325b708 parent 62050de32c724693fef09e9569b01287d931f83a Author: Matthias Jaros <jaros@mailbox.org> Date: Sun, 26 Oct 2025 09:15:02 +0100 Added banner Diffstat:
| M | src/init | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/init b/src/init @@ -113,6 +113,23 @@ if set -q _flag_h return end +function showBanner + echo + echo ' + _ _ + __ _(_) |_ ___ ___ _ ____ _____ _ __ + / _` | | __|____/ __|/ _ \ '__\ \ / / _ \ '__| +| (_| | | ||_____\__ \ __/ | \ V / __/ | + \__, |_|\__| |___/\___|_| \_/ \___|_| + |___/ +' + echo + echo Copyright Matthias Jaros 2025 + echo +end + +showBanner + # read variables set -l users $_flag_u for user in (set -n | string match -r "^USER_\S+")