ftp.nice.ch/pub/next/system/driver/ieee488/IEEE-488Driver.0.9.s.tar.gz#/IEEE488Driver0.9/doInstall.sh

This is doInstall.sh in view mode; [Download] [Up]

#!/bin/sh

set -ex

"rm" -rf /NextLibrary/Devices/IEEE488.config
cp -r IEEE488.config /NextLibrary/Devices
if cmp IEEE488_reloc.tproj/IEEE488ioctl.h /usr/local/include/IEEE488ioctl.h
then
	:
else
	cp IEEE488_reloc.tproj/IEEE488ioctl.h /usr/local/include/IEEE488ioctl.h
fi

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.