标签: macos shell terminal
我需要导出一个变量来指向脚本的当前工作目录。我知道我可以使用pwd来打印当前的工作目录。但是我该如何导出呢?
pwd
export DYLD_FALLBACK_LIBRARY_PATH="the script working path"