mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 20:53:10 +08:00
dongdigua
18b9ab0d21
http://www.catb.org/hacker-emblem/ wrap ascii art because not all the browsers are great
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#! /bin/sh
|
|
|
|
printf "20 text/gemini\r\n"
|
|
printf "server: $SERVER_SOFTWARE\r\nOS: $(uname -or)\r\nuptime: $(uptime)\r\n"
|