diff options
Diffstat (limited to '')
-rw-r--r-- | taskcluster/scripts/misc/exfiltrate-pdbstr.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/taskcluster/scripts/misc/exfiltrate-pdbstr.sh b/taskcluster/scripts/misc/exfiltrate-pdbstr.sh new file mode 100644 index 0000000000..301de5e363 --- /dev/null +++ b/taskcluster/scripts/misc/exfiltrate-pdbstr.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +set -x -e -v + +# Copy the file that already exists on Windows workers. +mkdir pdbstr +cp "c:/Program Files (x86)/Windows Kits/10/Debuggers/$1/srcsrv/pdbstr.exe" pdbstr + +tar -jcvf pdbstr.tar.bz2 pdbstr |