feat: add ASCII_BANNER

This commit is contained in:
Del Wang
2025-05-19 00:38:02 +08:00
parent 58acbc29f4
commit 66d222bdf7
5 changed files with 55 additions and 0 deletions
+11
View File
@@ -1,5 +1,16 @@
#! /bin/sh
cat << 'EOF'
▄▖ ▖▖▘ ▄▖▄▖
▌▌▛▌█▌▛▌▚▘▌▀▌▛▌▌▌▐
▙▌▙▌▙▖▌▌▌▌▌█▌▙▌▛▌▟▖
v1.0.0 by: https://del.wang
EOF
set -e
+11
View File
@@ -1,5 +1,16 @@
#! /bin/sh
cat << 'EOF'
▄▖ ▖▖▘ ▄▖▄▖
▌▌▛▌█▌▛▌▚▘▌▀▌▛▌▌▌▐
▙▌▙▌▙▖▌▌▌▌▌█▌▙▌▛▌▟▖
v1.0.0 by: https://del.wang
EOF
set -e