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:
parent
0504bec81d
commit
93bf2e1bb9
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/
|
Loading…
x
Reference in New Issue
Block a user