change to more typical path
This commit is contained in:
parent
88aa159be2
commit
b8ec015209
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
use IO::Socket::INET;
|
||||
|
||||
my ($ip, $port, $file) = @ARGV;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
################################################################################
|
||||
# sendmail.pl
|
||||
# <rename this to /usr/sbin/sendmail for a FreeSWITCH
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
##########################################################################
|
||||
# rss2ivr.pl -- A Script to turn an RSS feed into audio files.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
|
||||
my $home = shift;
|
||||
|
||||
|
|
Loading…
Reference in New Issue