Commit 1563798a authored by daidekun's avatar daidekun

增加-C参数

parent 586a2e33
......@@ -13,8 +13,8 @@ do
echo "mkdir -p /home/quant_group/$fname"
mkdir -p /home/quant_group/$fname
echo "tar zxf ${package_path}/$with_ext ${package_path}/$fname"
tar zxf ${package_path}/$with_ext ${package_path}/$fname
echo "tar zxf ${package_path}/$with_ext -C ${package_path}/$fname"
tar zxf ${package_path}/$with_ext -C ${package_path}/$fname
done
echo "sed sed xyqb.com to q-gp.com"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment