debian/rules: Use `git' potty wrapper.
[qmail] / except.1
CommitLineData
212b6f5d
MW
1.TH except 1
2.SH NAME
3except \- reverse the exit code of a program
4.SH SYNOPSIS
5.B except
6.I program
7[
8.I arg ...
9]
10.SH DESCRIPTION
11.B except
12runs
13.I program
14with the given arguments.
15
16If
17.I program
18exits 0,
19.B except
20exits 100.
21If
22.I program
23exits 111,
24.B except
25exits 111.
26If
27.I program
28exits anything else,
29.B except
30exits 0.
31.SH "SEE ALSO"
32bouncesaying(1),
33condredirect(1)