home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Drivers / joystick-0.0-I / joystick.next / joystick_unload < prev    next >
Encoding:
Text File  |  1997-05-07  |  172 b   |  11 lines

  1. #! /bin/sh
  2.  
  3. set path=/bin:/usr/bin:/usr/ucb:/usr/etc
  4.  
  5. joystick=`kl_util -s | awk '$2 == "joystick"'`
  6. if [ "$joystick" != "" ] ; then
  7.     kl_util -d joystick
  8.     exit 0
  9. fi
  10. exit 1
  11.