This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAPI/build/sql.sh
T
2023-11-15 19:10:18 +08:00

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}"