Commit 464ca102 authored by 智勇's avatar 智勇

up

parent ea5cc6a0
...@@ -17,8 +17,8 @@ do ...@@ -17,8 +17,8 @@ do
echo ${with_ext} echo ${with_ext}
fname="${with_ext%.*}" fname="${with_ext%.*}"
# echo "mkdir -p /home/quant_group/$fname" echo "mkdir -p ${current}/$fname"
# mkdir -p /home/quant_group/$fname mkdir -p ${current}/$fname
echo "tar zxf ${current}/$with_ext -C ${current}/$fname" echo "tar zxf ${current}/$with_ext -C ${current}/$fname"
tar zxf ${current}/$with_ext -C ${current}/$fname tar zxf ${current}/$with_ext -C ${current}/$fname
......
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