16 lines
679 B
Text
Executable file
16 lines
679 B
Text
Executable file
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
cat <<-EOF
|
|
********************************************************
|
|
********************************************************
|
|
* *
|
|
* !!!! *
|
|
* This Mastodon image does not support *
|
|
* 32 bit ARM for performance reasons *
|
|
* *
|
|
* *
|
|
********************************************************
|
|
********************************************************
|
|
EOF
|