source: trunk/third/perl/eg/ADB @ 10724

Revision 10724, 213 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
Line 
1#!/usr/bin/perl
2
3# $RCSfile: ADB,v $$Revision: 1.1.1.2 $$Date: 1997-11-13 01:47:38 $
4
5# This script is only useful when used in your crash directory.
6
7$num = shift;
8exec 'adb', '-k', "vmunix.$num", "vmcore.$num";
Note: See TracBrowser for help on using the repository browser.