waveterm/scripthaus.md
2022-10-30 12:52:40 -07:00

309 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 ~/scripthaus/local-server cmd/main-server.go