PageRenderTime 49ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_Main/Runtime/Tests/LinqDlrTests/testenv/perl/eg/core/adb

#
Perl | 8 lines | 2 code | 3 blank | 3 comment | 0 complexity | 83d9530cb9b1eb57353f6406f6e8ee90 MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  1. #!/usr/bin/perl
  2. # $RCSfile: ADB,v $$Revision: 4.1 $$Date: 92/08/07 17:20:06 $
  3. # This script is only useful when used in your crash directory.
  4. $num = shift;
  5. exec 'adb', '-k', "vmunix.$num", "vmcore.$num";