Commit cfdc61df by 刘冲

Update first.sh

1 parent 3577e893
......@@ -13,6 +13,6 @@ for var in ${array[@]};
do
echo $var
cmd=${grep}$var${file}
eval $cmd > $varß
eval $cmd > $var
echo
done
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!