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