Added the missing sample file

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-08-27 15:43:27 -03:00
parent c2b006eeaf
commit f312d2f439

View File

@@ -0,0 +1,37 @@
#!/usr/bin/env bash
:
# ############################################################################
# Documentation
# ############################################################################
:<<'DOCUMENTATION'
=pod
=head1 NAME
pt-stalk - Wait for a condition to occur then begin collecting data.
=head1 OPTIONS
=over
=item --notify-by-email
type: string
something about mailing.
=item --help
Print help.
=back
=head1 ENVIRONMENT
No env vars used.
=cut
DOCUMENTATION