gopher/cgi-bin/lgpage

12 lines
284 B
Python
Executable File

#!/usr/bin/env python3
from gopher import *
figlet("libgopher",f="slant")
text("")
text("libgopher is a python lib for making")
text("gopher CGI scripts. it defines functions")
text("which allow for easy formatting of output.")
text("")
text("uptime")
command_t(["/usr/bin/uptime"])