mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* Added bash helper script for managing minidump symbols.
This commit is contained in:
5
admin/copy_syms.sh
Executable file
5
admin/copy_syms.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
DUMPID=`head -n1 $1 | cut -f4 -d' '`
|
||||||
|
mkdir $2/$DUMPID
|
||||||
|
cp $1 $2/$DUMPID/
|
Reference in New Issue
Block a user