mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-01 21:30:27 +08:00
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# generate 'internal/setup/sql.json' file
|
|
|
|
CWD="$(dirname "$0")"
|
|
|
|
go run "${CWD}"/../cmd/sql-dump/main.go -dir="${CWD}" |