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

# $RCSfile: ADB,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:44 $

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

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