Add ASCII logo.

This commit is contained in:
vermaden 2020-08-05 23:20:01 +02:00
parent 752a1b6594
commit bf899bcbd5
2 changed files with 20 additions and 1 deletions

11
README
View File

@ -1,3 +1,11 @@
___ /\ ___
__/ /_ / \ _\ \__
____ _____/_ __/__ / _/\ ___ ___ ____ ______ __\__ _\
/ \ / / // // \ /\_/ \ / / \ / \\ \ \ / \\ \
/ / // / // // / // \\ \ \ \\ \ \\ \ \\ \ \\ \_
\_____\\____/ \__\\____//__________\\__\__\__\\____/ \_____\\__\__\\___\
The 'automount' is a devd(8) based automounter for FreeBSD. The 'automount' is a devd(8) based automounter for FreeBSD.
It supports most popular file systems: It supports most popular file systems:
@ -381,3 +389,6 @@ Remember to restart /etc/rc.d/devd daemon after adding
Have Fun ;) Have Fun ;)
vermaden vermaden

10
automount Normal file → Executable file
View File

@ -144,7 +144,15 @@ if [ "${1}" = '--version' -o \
"${1}" = 'version' -o \ "${1}" = 'version' -o \
"${1}" = '-v' ] "${1}" = '-v' ]
then then
echo "automount 1.7.2 2020/01/14" echo
echo " ___ /\ ___ "
echo " __/ /_ / \ _\ \__ "
echo " ____ _____/_ __/__ / _/\ ___ ___ ____ ______ __\__ _\ "
echo " / \ / / // // \ /\_/ \ / / \ / \\\ \ \ / \\\ \ "
echo " / / // / // // / // \\\ \ \ \\\ \ \\\ \ \\\ \ \\\ \_ "
echo " \_____\\\____/ \__\\\____//__________\\\__\__\__\\\____/ \_____\\\__\__\\\___\ "
echo
echo "automount 1.7.3 2020/08/02"
exit 0 exit 0
fi fi