mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
19 lines
550 B
Plaintext
19 lines
550 B
Plaintext
|
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):
|
||
|
|
||
|
echo <body> | biabam <attachment> -s <subject> <recipient>
|
||
|
|
||
|
Example:
|
||
|
echo "Here is the tarball you requested" | \
|
||
|
biabam foobar-0.7.8.tar.gz -s "Answer to your request" john@doe.org
|
||
|
|
||
|
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
|