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.
いくつかの引数を ecb に渡そうとしています。しかし、引用符のエスケープには問題があると思います。以下の $edir 変数は、特に多くの問題を引き起こしています。
#!/bin/bash edir='"(open-project-ecb \"'`pwd`'\")"' #edir=`pwd` echo $edir command=( -n --eval $edir) emacsclient "${command[@]}"