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