Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 8 → Rev 7

/trunk/debian/scripts/lshc
0,0 → 1,16
#!/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 $@