/[transports]/trunk/bin/jifty
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/bin/jifty

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Thu May 4 15:12:03 2006 UTC (18 years ago) by dpavlin
File size: 382 byte(s)
initital import

1 #!/usr/bin/perl
2
3 eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
4 if 0; # not running under some shell
5 use warnings;
6 use strict;
7 use File::Basename qw(dirname);
8 use UNIVERSAL::require;
9
10 BEGIN {
11 Jifty::Util->require or die $UNIVERSAL::require::ERROR;
12 my $root = Jifty::Util->app_root;
13 unshift @INC, "$root/lib" if ($root);
14 }
15
16 use Jifty::Script;
17 Jifty::Script->dispatch();

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26