Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/sh
cat << EOF >&2
/---------------------------------------------------------------------------\\
| WARNING: lshc is deprecated |
| |
| The lsh-client binary has been renamed to 'lsh' as its the default with |
| the upstream source. Please switch to using lsh instead of lshc. |
| |
| See /usr/share/doc/lsh-client/NEWS.Debian.gz |
| |
| Executing lsh now. |
\\---------------------------------------------------------------------------/
EOF
exec lsh $@