chiark
/
gitweb
/
~mdw
/
fwd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Various: Report errors encountered while doing channel I/O.
[fwd]
/
debian
/
fw.sh
1
#! /bin/sh
2
3
set -e
4
case "$FW_RENAME_NAG" in
5
muffle) ;;
6
"") echo >&2 "$0: the \`fw' program been renamed to /usr/bin/fwd" ;;
7
esac
8
exec /usr/bin/fwd "$@"