aboutsummaryrefslogtreecommitdiff
path: root/mail/biabam/pkg-descr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-12 15:30:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-12 15:30:38 +0000
commita304091b44de6342eafba333eb4b583da19c8f35 (patch)
tree81d2290b8528fb98df5d1e862a80bd079cbae035 /mail/biabam/pkg-descr
parent2dbf892c19a9a6eb7adf9a50db2bdbdcef5c72d0 (diff)
Notes
Diffstat (limited to 'mail/biabam/pkg-descr')
-rw-r--r--mail/biabam/pkg-descr17
1 files changed, 8 insertions, 9 deletions
diff --git a/mail/biabam/pkg-descr b/mail/biabam/pkg-descr
index 15bcb965d6ec..ca4e70be18b9 100644
--- a/mail/biabam/pkg-descr
+++ b/mail/biabam/pkg-descr
@@ -1,18 +1,17 @@
Biabam Is A Bash Attachment Mailer
-To use BIABAM use the following syntax (yes, it is on my todo list, to add
-switches so the syntax get's like mailing with commandline Mutt):
+To use BIABAM use the following syntax:
-echo <body> | biabam <attachment> -s <subject> <recipient>
+echo [body] | biabam attachment1,[attachment2,attachmentN] [-s subject] \
+ recipient1[,recipient2,recipientN]
Example:
-echo "Here is the tarball you requested" | \
- biabam foobar-0.7.8.tar.gz -s "Answer to your request" john@doe.org
+echo "Here are the tarballs you requested" | biabam \
+ foobar-0.7.8.tar.gz,coolapp-0.4.3.tar.gz,otherapp-4.3.0.tar.gz \
+ -s "Answer to your request" john@doe.org,irene@prima.org,cira@alpispa.es
If no text is piped into biabam, it will wait for text on standard input
(finish with CTRL-D)
-BIABAM also works with the Bourne shell (/bin/sh).
-
-- George Reid
-greid@ukug.uk.freebsd.org
+- Mads Martin Joergensen
+mmj@mmj.dk