change to more typical path

This commit is contained in:
Michael Jerris 2010-08-05 19:53:14 -04:00
parent 88aa159be2
commit b8ec015209
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl #!/usr/bin/perl
use IO::Socket::INET; use IO::Socket::INET;
my ($ip, $port, $file) = @ARGV; my ($ip, $port, $file) = @ARGV;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl #!/usr/bin/perl
################################################################################ ################################################################################
# sendmail.pl # sendmail.pl
# <rename this to /usr/sbin/sendmail for a FreeSWITCH # <rename this to /usr/sbin/sendmail for a FreeSWITCH

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl #!/usr/bin/perl
########################################################################## ##########################################################################
# rss2ivr.pl -- A Script to turn an RSS feed into audio files. # rss2ivr.pl -- A Script to turn an RSS feed into audio files.
# #

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl #!/usr/bin/perl
my $home = shift; my $home = shift;