mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
Significant re-indentation due to yapf. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
18 lines
449 B
Bash
Executable File
18 lines
449 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<"EOF"
|
|
|
|
.--._ _.--.
|
|
( \ / )
|
|
\ /\ /
|
|
\_ \/ _/
|
|
/ \
|
|
( /\ )
|
|
`--' `--'
|
|
|
|
FreedomBox
|
|
|
|
FreedomBox is a pure blend of Debian GNU/Linux. FreedomBox manual is
|
|
available in /usr/share/doc/plinth.
|
|
EOF
|