Commit cfdc61df by 刘冲

Update first.sh

1 parent 3577e893
...@@ -13,6 +13,6 @@ for var in ${array[@]}; ...@@ -13,6 +13,6 @@ for var in ${array[@]};
do do
echo $var echo $var
cmd=${grep}$var${file} cmd=${grep}$var${file}
eval $cmd > $varß eval $cmd > $var
echo echo
done done
\ No newline at end of file \ 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!