diff options
author | epochqwert <epoch@hacking.allowed.org> | 2018-07-08 00:20:11 +0000 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2018-07-08 00:20:11 +0000 |
commit | cd4144611a4504f752197c2c7e4738fa44db7a46 (patch) | |
tree | dc4b51c27df5b7be321709061179355f19ea7bec /contrib/whoisd/whoisd.pl | |
parent | 6a2ec4517a0c8ec70289823acbd130d520f1ce80 (diff) | |
download | resdb-cd4144611a4504f752197c2c7e4738fa44db7a46.tar.gz resdb-cd4144611a4504f752197c2c7e4738fa44db7a46.zip |
fixed stupid shebang for whoisd.pl
Diffstat (limited to 'contrib/whoisd/whoisd.pl')
-rwxr-xr-x | contrib/whoisd/whoisd.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/whoisd/whoisd.pl b/contrib/whoisd/whoisd.pl index de9d768..6e7eeb7 100755 --- a/contrib/whoisd/whoisd.pl +++ b/contrib/whoisd/whoisd.pl @@ -1,4 +1,4 @@ -#!/usr/pkg/bin/perl +#!/usr/bin/env perl # ncat -klp 43 -e ./whoisd.pl # use inetd or tcpserver or ncat |