mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-09 05:20:54 -07:00
7 lines
73 B
Text
7 lines
73 B
Text
|
#! /usr/bin/lua
|
||
|
|
||
|
local cgi = require "cgi"
|
||
|
|
||
|
cgi.init()
|
||
|
print(cgi.item())
|