13 lines
453 B
Bash
Executable File
13 lines
453 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "
|
|
Welcome to a TrueCharts container,
|
|
You are entering the vicinity of an area adjacent to a location.
|
|
The kind of place where there might be a monster, or some kind of weird mirror.
|
|
These are just examples; it could also be something much better.
|
|
* Repository: https://github.com/truecharts/containers
|
|
* Docs: https://truecharts.org
|
|
* Bugs or feature requests should be opened in an GH issue
|
|
* Questions should be discussed in Discord
|
|
"
|