comparison contrib/whoisd/whoisd.pl @ 1208:4e77dfbee7e7 draft

fixed stupid shebang for whoisd.pl
author epochqwert <epoch@hacking.allowed.org>
date Sun, 08 Jul 2018 00:20:11 +0000
parents a461bd595421
children 7fa47f376c41
comparison
equal deleted inserted replaced
1207:a461bd595421 1208:4e77dfbee7e7
1 #!/usr/pkg/bin/perl 1 #!/usr/bin/env perl
2 # ncat -klp 43 -e ./whoisd.pl 2 # ncat -klp 43 -e ./whoisd.pl
3 # use inetd or tcpserver or ncat 3 # use inetd or tcpserver or ncat
4 4
5 use strict; 5 use strict;
6 6