Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Blame | 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 $@