Created
July 23, 2024 19:18
-
-
Save gAmUssA/5314aa46879e2482a058bbb96dbca083 to your computer and use it in GitHub Desktop.
clone quick-start repo
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
#!/bin/bash | |
# Clone the repository | |
git clone https://github.com/startreedata/pinot-quickstart | |
# Extract the directory name and change to that directory | |
repo_name=$(basename https://github.com/startreedata/pinot-quickstart .git) | |
cd $repo_name | |
# Run the make command | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment