/[SQLSession]/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)
Fri Dec 1 23:48:06 2006 UTC (17 years, 4 months ago) by dpavlin
File size: 359 byte(s)
initial import of toy Jifty application

1 #!/usr/bin/env perl
2 use warnings;
3 use strict;
4 use File::Basename qw(dirname);
5 use UNIVERSAL::require;
6
7 BEGIN {
8 Jifty::Util->require or die $UNIVERSAL::require::ERROR;
9 my $root = Jifty::Util->app_root;
10 unshift @INC, "$root/lib" if ($root);
11 }
12
13 use Jifty::Script;
14 $SIG{INT} = $SIG{TERM} = sub { warn "Stopped\n"; exit; };
15 Jifty::Script->dispatch();

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26