home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / perl / eg / ADB next >
Text File  |  1992-04-11  |  199b  |  9 lines

  1. #!/usr/bin/perl
  2.  
  3. # $Header: ADB,v 4.0 91/03/20 01:08:34 lwall Locked $
  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.