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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Thu Nov 29 00:33:00 2007 UTC (16 years, 4 months ago) by dpavlin
File size: 213 byte(s)
jifty app --name Arh
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