mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 14:18:32 +00:00
Added the missing sample file
This commit is contained in:
37
t/lib/samples/bash/po005.sh
Normal file
37
t/lib/samples/bash/po005.sh
Normal 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
|
Reference in New Issue
Block a user