mirror of
https://github.com/chevereto/docker.git
synced 2026-05-07 00:57:23 +02:00
10 lines
197 B
Bash
Executable File
10 lines
197 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
cat <<EOM
|
|
__ __
|
|
____/ / ___ _ _____ _______ / /____
|
|
/ __/ _ \/ -_) |/ / -_) __/ -_) __/ _ \\
|
|
\__/_//_/\__/|___/\__/_/ \__/\__/\___/
|
|
|
|
EOM
|