-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshell5.sh
19 lines (17 loc) · 1.23 KB
/
shell5.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
PREFIX=$2
PREFIXx=$1
cp ProfilesDump/JProfiler/Bounce.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Bounce.jps
cp ProfilesDump/JProfiler/CD.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/CD.jps
cp ProfilesDump/JProfiler/DeltaBlue.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/DeltaBlue.jps
cp ProfilesDump/JProfiler/Havlak.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Havlak.jps
cp ProfilesDump/JProfiler/Json.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Json.jps
cp ProfilesDump/JProfiler/List.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/List.jps
cp ProfilesDump/JProfiler/Mandelbrot.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Mandelbrot.jps
cp ProfilesDump/JProfiler/NBody.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/NBody.jps
cp ProfilesDump/JProfiler/Permute.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Permute.jps
cp ProfilesDump/JProfiler/Queens.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Queens.jps
cp ProfilesDump/JProfiler/Richards.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Richards.jps
cp ProfilesDump/JProfiler/Sieve.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Sieve.jps
cp ProfilesDump/JProfiler/Storage.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Storage.jps
cp ProfilesDump/JProfiler/Towers.$PREFIXx.jps ProfilesDump$PREFIX/JProfiler/Towers.jps