diff options
author | Georg | 2021-07-25 05:13:57 +0200 |
---|---|---|
committer | Georg | 2021-07-25 05:13:57 +0200 |
commit | bb07a394ce71b12c4bf8a0bc09f20b0aa8e08817 (patch) | |
tree | c105e035193278ec049d86239f4156b97842df66 | |
parent | d8b539f73f08f8eabb898d333d810b423993a22b (diff) | |
download | gopher-bb07a394ce71b12c4bf8a0bc09f20b0aa8e08817.tar.gz gopher-bb07a394ce71b12c4bf8a0bc09f20b0aa8e08817.tar.bz2 gopher-bb07a394ce71b12c4bf8a0bc09f20b0aa8e08817.zip |
Init gophermap
Signed-off-by: Georg <georg@lysergic.dev>
-rw-r--r-- | public/gophermap | 16 | ||||
-rw-r--r-- | public/null | 0 |
2 files changed, 16 insertions, 0 deletions
diff --git a/public/gophermap b/public/gophermap new file mode 100644 index 0000000..dec3965 --- /dev/null +++ b/public/gophermap @@ -0,0 +1,16 @@ +!Welcome to LibertaCasa + +┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ +│ │ │─│ │─ │┬┘ │ │─┤ +┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │ + +┌─┐ ┬─┐ ┐─┐ ┬─┐ +│ │─┤ └─┐ │─┤ +└─┘ ┘ │ ──┘ ┘ │ + + +=echo " server time....: $(date)" +=echo " server uptime..: $(uptime | sed 's/.*up *\([^,]*\), .*/\1/')" + +* + diff --git a/public/null b/public/null deleted file mode 100644 index e69de29..0000000 --- a/public/null +++ /dev/null |