[go: up one dir, main page]

Menu

[c24273]: / copyDebug.sh  Maximize  Restore  History

Download this file

5 lines (4 with data), 168 Bytes

1
2
3
4
#!/bin/sh
rm -rf /mnt/c/src/debug
mkdir -p /mnt/c/src/debug
find . | grep "\(vcxsrv\(-.*-debug.*installer\)\?\.exe\|\.dll\|\.pdb\)$" | xargs -i cp {} /mnt/c/src/debug/