diff options
| author | 2025-10-26 09:15:02 +0100 | |
|---|---|---|
| committer | 2025-10-26 09:15:02 +0100 | |
| commit | 7f234df40ce16f61f965fc5c1a9c79fdb5da23e2 (patch) | |
| tree | 31d4fe6ce86446f5deb63f8b7aa9d77f64b6fba9 /src | |
| parent | 4e1e2fe1e91e304551fa92bf26e8199bf6f771b6 (diff) | |
Added banner
Diffstat (limited to 'src')
| -rwxr-xr-x | src/init | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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+") |
