home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / perl / perl-4.000 / perl-4 / perl-4.036 / eg / ADB next >
Encoding:
Text File  |  1993-02-08  |  199 b   |  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.