mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
290 B
290 B
SH2 Server Commands
# @scripthaus command dump-schema
sqlite3 /Users/mike/scripthaus/sh2.db .schema > db/schema.sql
# @scripthaus command opendb
sqlite3 /Users/mike/scripthaus/sh2.db
# @scripthaus command build
go build -o server cmd/main-server.go