X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/utils/blobdiff_plain/29efe1b927173560be46e59e0986ef6228ff6330..da0f85221585b50ae3b0de9fe2bec523acf60946:/multi/multi.but diff --git a/multi/multi.but b/multi/multi.but index 20180f4..9bff4c5 100644 --- a/multi/multi.but +++ b/multi/multi.but @@ -172,6 +172,7 @@ Here's an example using \cw{-r}. Suppose you have lots of small C programs and you want to quickly compile them all into binaries: \c $ multi -r - cc -o - 's/.c$//' *.c +\c bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb \c cc -o bar bar.c \c cc -o baz baz.c \c cc -o foo foo.c @@ -203,3 +204,8 @@ script which contains the core idea of this program. It takes a single Perl argument followed by filenames, and invokes Perl's internal \cw{rename} function. \cw{multi} is a complete rewrite of this basic idea, supplying more options and configurability. + +\H{multi-manpage-licence} LICENCE + +\cw{multi} is free software, distributed under the MIT licence. Type +\cw{multi --licence} to see the full licence text.