Files
percona-toolkit/t/lib/samples/bash/po005.sh
Brian Fraser fraserb@gmail.com f312d2f439 Added the missing sample file
2012-08-27 15:43:27 -03:00

38 lines
487 B
Bash

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