summaryrefslogtreecommitdiff
path: root/eg/ADB
diff options
context:
space:
mode:
Diffstat (limited to 'eg/ADB')
-rw-r--r--eg/ADB8
1 files changed, 8 insertions, 0 deletions
diff --git a/eg/ADB b/eg/ADB
new file mode 100644
index 0000000000..1a43b90380
--- /dev/null
+++ b/eg/ADB
@@ -0,0 +1,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";