Answers for "bash change to script directory"

2

bash change to script directory

cd "$(dirname "${BASH_SOURCE[0]}")"
Posted by: Guest on September-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language