Last active
September 7, 2021 13:42
-
-
Save maxd/91106df5da6b59feb1d8e0802578d8a8 to your computer and use it in GitHub Desktop.
This file contains 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
# required installation of realpath | |
ROOT_PATH=$(realpath "$(dirname ${0})/../") | |
ROOT_PATH=$(cd `dirname "$0"` && cd .. && pwd) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment