Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的尝试:
#!/Usr/bin/emacs --script (let ((default-directory "/home/vision")) (shell-command "git pull;")
但它不能正常工作,我需要 git pull 进入 /home/vision 目录并在那里进行更多操作。怎么做?
目录路径应以斜杠结尾。
C-hv default-directory RET实际上,其中的文档字符串对此很明确。
default-directory
解决这个问题应该可以解决您的问题。
也可以看看:
cd
file-name-as-directory