Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 2 | magnus | 1 | #!/bin/sh  | 
        
| 2 | |||
| 3 | cat << EOF >&2  | 
        ||
| 4 | /---------------------------------------------------------------------------\\  | 
        ||
| 5 | | WARNING: lshc is deprecated |  | 
        ||
| 6 | | |  | 
        ||
| 7 | | The lsh-client binary has been renamed to 'lsh' as its the default with |  | 
        ||
| 8 | | the upstream source. Please switch to using lsh instead of lshc. |  | 
        ||
| 9 | | |  | 
        ||
| 10 | | See /usr/share/doc/lsh-client/NEWS.Debian.gz |  | 
        ||
| 11 | | |  | 
        ||
| 12 | | Executing lsh now. |  | 
        ||
| 13 | \\---------------------------------------------------------------------------/  | 
        ||
| 14 | |||
| 15 | EOF  | 
        ||
| 16 | exec lsh $@  |