mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 14:28:24 +01:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
DUMPID=`head -n1 $1 | cut -f4 -d' '`
|
|
mkdir -p $2/$DUMPID
|
|
cp $1 $2/$DUMPID/
|