mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-05 19:08:59 +01:00
17 lines
290 B
Markdown
17 lines
290 B
Markdown
# SH2 Server Commands
|
|
|
|
```bash
|
|
# @scripthaus command dump-schema
|
|
sqlite3 /Users/mike/scripthaus/sh2.db .schema > db/schema.sql
|
|
```
|
|
|
|
```bash
|
|
# @scripthaus command opendb
|
|
sqlite3 /Users/mike/scripthaus/sh2.db
|
|
```
|
|
|
|
```bash
|
|
# @scripthaus command build
|
|
go build -o server cmd/main-server.go
|
|
```
|