Last active
June 15, 2020 16:27
-
-
Save ookami-kb/f79c2dc3e73c36d3f3b83f1fc49fbf2b 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
| #!/bin/sh | |
| set -e | |
| export PATH=$BUILD_SOURCESDIRECTORY/flutter/bin:$BUILD_SOURCESDIRECTORY/flutter/bin/cache/dart-sdk/bin:$PATH | |
| # All scripts will be placed here | |
| "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment