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
#!/usr/bin/env bash | |
set -e | |
Help() | |
{ | |
# Display Help | |
echo "This script is intended to improve the development experience of packages with multiple layers of dependencies that are built locally" | |
echo "All upstream packages must have valid "build" scripts" | |
echo "Usage: ./multi-layer-link.sh A B C" |