Commit d07369ec authored by daidekun's avatar daidekun

fixbugs

parent fc8543eb
......@@ -9,7 +9,10 @@ for entry in ./*tgz
do
with_ext=$(basename "$entry")
fname="${with_ext%.*}"
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
done
......
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