1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

* Added bash helper script for managing minidump symbols.

This commit is contained in:
Christian Muehlhaeuser 2011-09-15 04:32:36 +02:00
parent 0504bec81d
commit 93bf2e1bb9

5
admin/copy_syms.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
DUMPID=`head -n1 $1 | cut -f4 -d' '`
mkdir $2/$DUMPID
cp $1 $2/$DUMPID/