diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-26 19:49:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-26 19:49:40 +0200 |
commit | 08246ef5d9cbf28a4fdf0250a4f74d2a27384de6 (patch) | |
tree | 45e32e60e965e3cb5b5bd55018676a01e3eddcf1 /bin/icli |
Initial commit
Diffstat (limited to 'bin/icli')
-rwxr-xr-x | bin/icli | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/bin/icli b/bin/icli new file mode 100755 index 0000000..59884b0 --- /dev/null +++ b/bin/icli @@ -0,0 +1,30 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.010; + +__END__ + +=head1 NAME + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=head1 OPTIONS + +=head1 EXIT STATUS + +=head1 CONFIGURATION + +=head1 DEPENDENCIES + +=head1 BUGS AND LIMITATIONS + +=head1 AUTHOR + +Copyright (C) 2010 by Daniel Friesel E<lt>derf@chaosdorf.deE<gt> + +=head1 LICENSE + + 0. You just DO WHAT THE FUCK YOU WANT TO. |