blob: bf8a805794a0230a8fc98899fc79724a8d7e2ce2 [file] [log] [blame]
#!/bin/bash
GITHUB_PROTO=${1:-https}
GITHUB_URL=$GITHUB_PROTO://github.com/SymbiFlow/prjxray-db.git
rm -rf database
git clone $GITHUB_URL database