mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
6 lines
66 B
Bash
Executable file
6 lines
66 B
Bash
Executable file
#! /bin/sh
|
|
|
|
echo 'Content-type: text/plain'
|
|
echo
|
|
cat .$PATH_INFO
|
|
|