comparison result_analyser.sh @ 32:4698baa1c5ec

Uploaded
author da-intersect
date Tue, 30 Apr 2013 00:27:45 -0400
parents b04c42cb2d31
children
comparison
equal deleted inserted replaced
31:f028f0aaf6c7 32:4698baa1c5ec
28 tmp_dir="/tmp/$(basename "$tar_file")" 28 tmp_dir="/tmp/$(basename "$tar_file")"
29 mkdir -p $tmp_dir 29 mkdir -p $tmp_dir
30 tar -C $tmp_dir -xvf $tar_file 30 tar -C $tmp_dir -xvf $tar_file
31 31
32 # Run the jar and remove the temporary directory 32 # Run the jar and remove the temporary directory
33 java -jar $jar_path $@ -c "$tmp_dir" 33 java -Xmx3072M -jar $jar_path $@ -c "$tmp_dir"
34 rm -rf $tmp_dir 34 rm -rf $tmp_dir