标签: bash
这里有一个小错误,因为我没有新文件夹
fold=$(pwd) if [! -d ${fold}/out]; then mkdir -p ${fold}/out export OUTPUT_DIR="${fold}/out" fi
我在做什么错了?