Commit d07369ec authored by daidekun's avatar daidekun

fixbugs

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