prjxray/download-latest-db.sh

7 lines
150 B
Bash
Executable File

#!/bin/bash
GITHUB_PROTO=${1:-git+ssh}
GITHUB_URL=$GITHUB_PROTO://github.com/SymbiFlow/prjxray-db.git
rm -rf database
git clone $GITHUB_URL database