mirror of https://github.com/dirtbags/moth.git
7 lines
66 B
Plaintext
7 lines
66 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
echo 'Content-type: text/plain'
|
||
|
echo
|
||
|
cat .$PATH_INFO
|
||
|
|