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.
.sh ファイルの名前を .command に変更して、ダブルクリックで実行できるようにしました。
cp -avRi "./source/" "./destination"
しかし今、「不明なパス」エラーが発生しています。どういうわけか現在のパスを追加する必要がありますか?
それは働いた
CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"