Created
March 21, 2018 08:44
-
-
Save riuvshin/72d87c4c2e6a95254ffb4cff6f80da63 to your computer and use it in GitHub Desktop.
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
BASE_DIR=$(cd "$(dirname "$0")"; pwd) | |
test() { | |
cat ${BASE_DIR}/deploy/openshift/deploy_che.sh | |
} | |
echo $BASE_DIR | |
test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment