mirror of https://github.com/openXC7/prjxray.git
7 lines
249 B
Bash
7 lines
249 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
touch build/database/${XRAY_DATABASE}/segbits_clblm_l.db
|
||
|
|
touch build/database/${XRAY_DATABASE}/segbits_clblm_r.db
|
||
|
|
touch build/database/${XRAY_DATABASE}/segbits_clbll_l.db
|
||
|
|
touch build/database/${XRAY_DATABASE}/segbits_clbll_r.db
|