source:
trunk/debathena/config/nmh-config/debian/inc.debathena
@
24760
Revision 24760, 257 bytes checked in by broder, 14 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/bash |
2 | if ! [ -e ~/.config/debathena/nmh-in-path ]; then |
3 | mkdir -p ~/.config/debathena >/dev/null 2>&1 && echo yes > ~/.config/debathena/nmh-in-path |
4 | fi |
5 | exec -a inc /usr/bin/mh/inc.debathena-orig -host "${ATHENA_USER:-$USER}.mail.mit.edu" -sasl "$@" |
Note: See TracBrowser
for help on using the repository browser.