This website requires JavaScript.
Explore
Help
Sign In
mirror
/
tomahawk
Watch
1
Star
0
Fork
0
You've already forked tomahawk
mirror of
https://github.com/tomahawk-player/tomahawk.git
synced
2025-01-17 14:28:24 +01:00
Code
Issues
Releases
Wiki
Activity
tomahawk
/
admin
/
copy_syms.sh
6 lines
86 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
* Added bash helper script for managing minidump symbols.
2011-09-15 04:32:36 +02:00
#!/bin/sh
DUMPID
=
`
head -n1
$1
|
cut -f4 -d
' '
`
* Don't abort symbol management when dir already exists.
2011-09-15 04:43:48 +02:00
mkdir -p
$2
/
$DUMPID
* Added bash helper script for managing minidump symbols.
2011-09-15 04:32:36 +02:00
cp
$1
$2
/
$DUMPID
/
Reference in New Issue
Copy Permalink