diff options
| author | Ryan Kavanagh <rak@debian.org> | 2016-07-06 14:20:00 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2016-07-06 14:20:00 -0400 |
| commit | dc63532258cdf7f2964df23c7e6e8649729259cd (patch) | |
| tree | 7542a1ed54d7a04352a5e9da3705ea68574d1a25 /bin | |
| parent | More cleanup (diff) | |
Revamped mutt aliases to also use lbdb
Diffstat (limited to '')
| -rwxr-xr-x | bin/lbdb-fetchaddr-wrapper | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/lbdb-fetchaddr-wrapper b/bin/lbdb-fetchaddr-wrapper new file mode 100755 index 0000000..214228d --- /dev/null +++ b/bin/lbdb-fetchaddr-wrapper @@ -0,0 +1,7 @@ +#!/bin/sh + +MSG=$(cat /dev/stdin) + +echo "$MSG" | lbdb-fetchaddr; + +echo "$MSG" |
