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;")
しかし、それは正しく機能しません。/home/visionディレクトリをgitpullして、そこでさらにアクションを実行する必要があります。どうやってするの?
ディレクトリパスは、末尾にスラッシュを付ける必要があります。
実際、のdocstringはC-hv default-directory RETそれについて明示的です。
default-directory
それを修正すると、問題が修正されるはずです。
参照:
cd
file-name-as-directory