mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
Found with [codespell](https://github.com/codespell-project/codespell/) Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
19 lines
530 B
Bash
Executable File
19 lines
530 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<"EOF"
|
|
|
|
.--._ _.--.
|
|
( \ / )
|
|
\ /\ /
|
|
\_ \/ _/
|
|
/ \
|
|
( /\ )
|
|
`--' `--'
|
|
|
|
FreedomBox
|
|
|
|
FreedomBox is a pure blend of Debian GNU/Linux. Web interface is available at
|
|
https://localhost/ . FreedomBox manual is available in /usr/share/doc/freedombox
|
|
and from the web interface.
|
|
EOF
|