summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/eg/ADB
blob: bbf07509ccf8ed19fc4375c7811330faf93765d1 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/perl

# $RCSfile: ADB,v $$Revision: 1.2 $$Date: 1997/11/30 07:49:35 $

# This script is only useful when used in your crash directory.

$num = shift;
exec 'adb', '-k', "vmunix.$num", "vmcore.$num";