Skip to content

Instantly share code, notes, and snippets.

@gAmUssA
Created July 23, 2024 19:18
Show Gist options
  • Save gAmUssA/5314aa46879e2482a058bbb96dbca083 to your computer and use it in GitHub Desktop.
Save gAmUssA/5314aa46879e2482a058bbb96dbca083 to your computer and use it in GitHub Desktop.
clone quick-start repo
#!/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