X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrml-exec-wrapper.1.txt;fp=doc%2Fgrml-exec-wrapper.1.txt;h=4132ad2c4b6c754fe188f3f0355a398509b8c083;hb=c0722fa94f28f0fbbc53ebb81fc63a43eb695b7d;hp=0000000000000000000000000000000000000000;hpb=563c1126c42529d55738d97627f20dff86a6f209;p=grml-scripts.git diff --git a/doc/grml-exec-wrapper.1.txt b/doc/grml-exec-wrapper.1.txt new file mode 100644 index 0000000..4132ad2 --- /dev/null +++ b/doc/grml-exec-wrapper.1.txt @@ -0,0 +1,32 @@ +GRML-EXEC-WRAPPER(1) +==================== + +NAME +---- +grml-exec-wrapper - simple but smart program execution wrapper + +SYNOPSIS +-------- +*grml-chroot* [-p ] [] + +DESCRIPTION +----------- +*grml-exec-wrapper* is a wrapper script for executing commands +but check whether the specified program is available at all. +If the command is not available an error message is displayed +either on the command line (if $DISPLAY is empty) or as graphical +version (if $DISPLAY is set). + +OPTIONS +------- +*-h, help*:: +Show summary of options. + +*-p *:: +Check specified program instead of default args. This is useful +if you want to check for a program which is executed via another +wrapper, as in: 'grml-exec-wrapper -p aumix xterm -T aumix -e aumix' + +AUTHOR +------ +grml-chroot and this manpage were written by Michael Prokop .