chiark / gitweb /
bsmtp-pull: tell /usr/sbin/sendmail to deliver in the background rather than queueing
[bin.git] / bazresolved
1 #! /bin/sh -e
2 # Same as 'baz resolved', but also cleans up .orig and .rej files.
3
4 baz resolved "$@"
5
6 for file; do
7         rm -f "$file.orig" "$file.rej"
8 done