diff options
Diffstat (limited to 'bin/x')
-rwxr-xr-x | bin/x | 53 |
1 files changed, 7 insertions, 46 deletions
@@ -106,58 +106,19 @@ for (@ARGV) { exit status_for(system @CMD); + __END__ =head1 NAME -z - automatically uncompress arguments to other commands +x - chain shell commands without creating a subshell =head1 SYNOPSYS -z COMMAND FILE... ARGUMENTS... +x COMMANDS... [ '&&' / '||' / '|' ] COMMANDS... + +x COMMANDS... [ 'AND' / 'OR' / 'PIPE' ] COMMANDS... + +x -h =cut -# FIXME: implement manpage in pod -# .TH x 1 1970-01-01 "x latest" "x user manual" -# -# -# .SH NAME -# -# x - chain shell commands without creating a subshell. -# -# -# .SH SYNOPSYS -# -# \fBx\fR [\fIOPTIONS\fR] COMMAND... [ \fI'&&'\fR / \fI'||'\fR / \fI'|'\fR ] COMMAND... -# -# -# .SH DESCRIPTION -# -# \fBx\fR is a \m[blue]\fBtool\fP\m[], from -# .pdfhref W -D https://euandre.org/ -- The best website ever -# . -# -# -# .SH OPTIONS -# -# .TP -# \fB-h\fR, \fB--help\fR -# Show help text. -# -# -# .SH OPERATORS -# -# -# =pod -# =head1 Heading Text -# =head2 Heading Text -# =head3 Heading Text -# =head4 Heading Text -# =over indentlevel -# =item stuff -# =back -# =begin format -# =end format -# =for format text... -# =encoding type -# =cut |