perl 3.0 patch #22 patch #19, continued
[p5sagit/p5-mst-13.2.git] / eg / ADB
CommitLineData
378cc40b 1#!/usr/bin/perl
2
a687059c 3# $Header: ADB,v 3.0 89/10/18 15:13:04 lwall Locked $
378cc40b 4
5# This script is only useful when used in your crash directory.
6
7$num = shift;
8exec 'adb', '-k', "vmunix.$num", "vmcore.$num";