Release new version 2.13.0
[grml-scripts.git] / doc / grml-exec-wrapper.1.txt
1 GRML-EXEC-WRAPPER(1)
2 ====================
3
4 NAME
5 ----
6 grml-exec-wrapper - simple but smart program execution wrapper
7
8 SYNOPSIS
9 --------
10 *grml-chroot* [-p <program>] <program> [<arguments>]
11
12 DESCRIPTION
13 -----------
14 *grml-exec-wrapper* is a wrapper script for executing commands
15 but check whether the specified program is available at all.
16 If the command is not available an error message is displayed
17 either on the command line (if $DISPLAY is empty) or as graphical
18 version (if $DISPLAY is set).
19
20 OPTIONS
21 -------
22 *-h, help*::
23 Show summary of options.
24
25 *-p <program>*::
26 Check specified program instead of default args. This is useful
27 if you want to check for a program which is executed via another
28 wrapper, as in: 'grml-exec-wrapper -p aumix xterm -T aumix -e aumix'
29
30 AUTHOR
31 ------
32 grml-exec-wrapper and this manpage were written by Michael Prokop <mika@grml.org>.