From 08246ef5d9cbf28a4fdf0250a4f74d2a27384de6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Jul 2010 19:49:40 +0200 Subject: Initial commit --- bin/icli | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 bin/icli 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 Ederf@chaosdorf.deE + +=head1 LICENSE + + 0. You just DO WHAT THE FUCK YOU WANT TO. -- cgit v1.2.3