home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / full / activeperl / APi522e.exe / data.z / ADB < prev    next >
Encoding:
Text File  |  1999-11-01  |  215 b   |  9 lines

  1. #!/usr/bin/perl
  2.  
  3. # $RCSfile: ADB,v $$Revision: 4.1 $$Date: 92/08/07 17:20:06 $
  4.  
  5. # This script is only useful when used in your crash directory.
  6.  
  7. $num = shift;
  8. exec 'adb', '-k', "vmunix.$num", "vmcore.$num";
  9.