/[webpac2]/Webpacus2/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

Annotation of /Webpacus2/bin/jifty

Parent Directory Parent Directory | Revision Log Revision Log


Revision 928 - (hide annotations)
Wed Oct 31 10:29:08 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 213 byte(s)
Jifty based front-end
1 dpavlin 928 #!/usr/bin/env perl
2     use warnings;
3     use strict;
4     use File::Basename qw(dirname);
5     use UNIVERSAL::require;
6    
7     use Jifty;
8     use Jifty::Script;
9    
10     local $SIG{INT} = sub { warn "Stopped\n"; exit; };
11     Jifty::Script->dispatch();

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26