mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 12:23:11 +08:00
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#! /usr/bin/sh
|
|
|
|
printf "20 text/gemini\r\n";
|
|
printf "OS: $(uname -rv)\r\nuptime: $(uptime)\r\nserver: $SERVER_SOFTWARE\r\nauth: $AUTH\r\n";
|