chiark
/
gitweb
/
~mdw
/
odin-cgi
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mason/pastebin/%show: Factor out piping the content through a filter.
[odin-cgi]
/
cgi
/
ip
1
#! /usr/bin/perl
2
print <<EOF;
3
Content-type: text/plain; charset=us-ascii
4
5
$ENV{REMOTE_ADDR}
6
EOF
7
exit 0;