home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
Drivers
/
joystick-0.0-I
/
joystick.next
/
joystick_load-dist
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-04
|
251 b
|
14 lines
#! /bin/sh
path=/bin:/usr/bin:/usr/ucb:/usr/etc
joystick_dir=%INSTALL%
if [ ! -f ${joystick_dir}joystick_reloc ] ; then
exit 1
fi
ps=`kl_util -s | awk '$2 == "joystick"'`
if [ "$joystick" = "" ] ; then
kl_util -a ${joystick_dir}joystick_reloc
fi