make getpeername() return the original socket address which before it was intercepted
[hband-tools.git] / user-tools / perl-repl
blob6624ec2a0a4a381f16281ec85cb49d260072e2ce
1 #!/bin/sh
3 true <<EOF
4 =pod
6 =head1 NAME
8 perl-repl - Read-Evaluate-Print-Loop wrapper for perl(1)
10 =cut
12 EOF
15 exec rlwrap /usr/libexec/perlshell "$@"