Closed lduran2 closed 2 years ago
Use the dirname
command on parameter $0
instead of string manipulation ${BASH_SOURCE%/*}
.
See https://github.com/lduran2/git-clean-each-ipynb/blob/master/git-config-filters for a working example.
Resolved in https://github.com/lduran2/git-unzip-all/releases/tag/archive%2Fdirname-for-locality
Particularly the configuration script currently has an issue locating its resources. Check to see if there is an idiomatic way to handle resources, configurations in Bash.