Skip to content

Commit

Permalink
logo display
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang548 committed May 5, 2022
1 parent 11c217d commit 2413d05
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions script/logo
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
_ __________ __________ __ _________ __________
| | / / ____/ / / ____/ __ \/ |/ / ____/ /_ __/ __ \
| | /| / / __/ / / / / / / / / /|_/ / __/ / / / / / /
| |/ |/ / /___/ /___/ /___/ /_/ / / / / /___ / / / /_/ /
|__/|__/_____/_____/\____/\____/_/ /_/_____/ /_/ \____/


**************************************************************
███████ ██ ██████ ███ ██ ███████ ████████
██ ██ ██ ████ ██ ██ ██
███████ ██ ██ ███ ██ ██ ██ █████ ██
██ ██ ██ ██ ██ ██ ██ ██ ██
███████ ██ ██████ ██ ████ ███████ ██
**************************************************************

6 changes: 5 additions & 1 deletion signet
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,12 @@ case "$operate" in
-a|-adj)
adj;;
*)
if [[ $(which cat) != 0 && -f $SIGNET_SCRIPT_ROOT/logo ]];then
cat $SIGNET_SCRIPT_ROOT/logo
else
echo -e "WELCOME TO SIGNET !!! \n"
echo -e "Usage params: -g|-t|-n|-c|-s|-v|-a"
fi
echo -e "Usage params: -g|-t|-n|-c|-s|-v|-a"
;;
esac

Expand Down

0 comments on commit 2413d05

Please sign in to comment.