Answers for "linux bash script run command from different directory"

2

run bash script in its directory

#!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
Posted by: Guest on December-21-2020

Code answers related to "linux bash script run command from different directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language