blob: 1a43b903808ed8267f4e6fc2b1b021106b02e7f7 (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/perl
# $Header: ADB,v 2.0 88/06/05 00:16:39 root Exp $
# This script is only useful when used in your crash directory.
$num = shift;
exec 'adb', '-k', "vmunix.$num", "vmcore.$num";
|