Created
September 19, 2023 05:38
-
-
Save xiaoyao9184/947dcf0f88caa935b64f9d12d7ae10bf to your computer and use it in GitHub Desktop.
test-download-bash-source.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| source_directory="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" | |
| echo $source_directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment