source="$(readlink "${source}")"
を
source="$(readlink -f "${source}")"
に書き換える。
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
Go to list of users who liked
source="$(readlink "${source}")"
を
source="$(readlink -f "${source}")"
に書き換える。
Register as a new user and use Qiita more conveniently
Go to list of users who liked