1SMOKESTATUS(1)        User Contributed Perl Documentation       SMOKESTATUS(1)
2
3
4

NAME

6       smokestatus.pl - Check the status of a running smoke
7

SYNOPSIS

9           $ ./smokestatus.pl -c [smokecurrent_config]
10

OPTIONS

12       ·   All configurations
13
14               -a | --all                Find all *_config
15               -r | --running            Check all *.lck
16
17       ·   Configuration file
18
19               -c | --config <configfile> Use the settings from the configfile
20
21           smokestatus.pl uses the configuration file created by
22           configsmoke.pl.
23
24       ·   Output options
25
26               -m | --matrix            Add the letter-matrix when possible
27
28       ·   General options
29
30               -d | --dir <directory>   Specify where the *_config files are
31               -h | --help              Show help message (needs Pod::Usage)
32               --man                    Show the perldoc  (needs Pod::Usage)
33

DESCRIPTION

35       This is a small program that checks the status of a running smoke and
36       reports.
37
39       (c) 2002-2003, All rights reserved.
40
41         * Abe Timmerman <abeltje@cpan.org>
42
43       This library is free software; you can redistribute it and/or modify it
44       under the same terms as Perl itself.
45
46       See:
47
48           item * <http://www.perl.com/perl/misc/Artistic.html>
49
50           item * <http://www.gnu.org/copyleft/gpl.html>
51
52       This program is distributed in the hope that it will be useful, but
53       WITHOUT ANY WARRANTY; without even the implied warranty of
54       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
55
56
57
58perl v5.30.1                      2020-02-10                    SMOKESTATUS(1)
Impressum