File: create-empty-db.sh

package info (click to toggle)
prjtrellis 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 83,000 kB
  • sloc: cpp: 20,813; python: 16,246; sh: 375; makefile: 262; asm: 80; ansic: 58
file content (8 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
rm -rf database
mkdir -p database
echo '*' > database/.gitignore
cp devices.json database/
cp -r metadata/* database/
python3 tools/get_tilegrid_all.py
python3 tools/create_empty_bitdbs.py