/[A3C]/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 /bin/jifty

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Sun Mar 9 01:42:55 2008 UTC (16 years ago) by dpavlin
File size: 213 byte(s)
create skeleton of application with

$ jifty app --name CAdmin

1 dpavlin 1 #!/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