Sign in
foss-fpga-tools
/
prjtrellis
/
f52b3c6e173367e07ca590fd58157112b7fb7e42
/
.
/
create-empty-db.sh
blob: 2ccfa526fde2aacdffc071f57a4435c44bba063c [
file
] [
log
] [
blame
]
#!/bin/bash
rm
-
rf database
mkdir
-
p database
echo
'*'
>
database
/.
gitignore
cp devices
.
json database
/
python3 tools
/
get_tilegrid_all
.
py
python3 tools
/
create_empty_bitdbs
.
py