diff options
| author | 2025-11-10 10:37:40 +0100 | |
|---|---|---|
| committer | 2025-11-10 10:37:40 +0100 | |
| commit | 28c2c2bbbbbda03aed9a29224302283cc4e86ab3 (patch) | |
| tree | 009b69720d15196d7b9b1901211a9824b8a30ca2 /src | |
| parent | 3512e0a6c6086c2bd20485e3670b6481e8cfa67a (diff) | |
Renamed project to gitfish. Much nicer than git-server that is actually more misleading
Diffstat (limited to 'src')
| -rw-r--r-- | src/banner | 6 | ||||
| -rw-r--r-- | src/env | 1 | ||||
| -rwxr-xr-x | src/init | 11 |
3 files changed, 9 insertions, 9 deletions
diff --git a/src/banner b/src/banner new file mode 100644 index 0000000..8b92475 --- /dev/null +++ b/src/banner @@ -0,0 +1,6 @@ + _ _ __ _ _ + __ _(_) |_ / _(_)___| |__ + / _` | | __| |_| / __| '_ \ +| (_| | | |_| _| \__ \ | | | + \__, |_|\__|_| |_|___/_| |_| + |___/
\ No newline at end of file @@ -7,3 +7,4 @@ set _GIT_SUDO_GROUP gitsudo set _LOG /var/log/git-run set _PERMISSIONS r w set _VERSION (cat (status dirname)/version) +set _BANNER (cat (status dirname)/banner | string collect) @@ -141,17 +141,10 @@ end function showBanner echo - echo ' - _ _ - __ _(_) |_ ___ ___ _ ____ _____ _ __ - / _` | | __|____/ __|/ _ \ '__\ \ / / _ \ '__| -| (_| | | ||_____\__ \ __/ | \ V / __/ | - \__, |_|\__| |___/\___|_| \_/ \___|_| - |___/ -' + echo $_BANNER echo echo Copyright Matthias Jaros 2025 - echo This software is licensed under GPLv3. See /usr/share/doc/git-server/LICENSE + echo This software is licensed under GPLv3. See /usr/share/doc/gitfish/LICENSE echo end |
