dnote/pkg/cli/scripts/dump_schema.sh
Sung Won Cho 6feda8c392
Allow to customize endpoint in CLI (#213)
* Read api endpoint from config

* Migrate config file
2019-06-28 15:38:59 +10:00

5 lines
113 B
Bash
Executable file

#!/bin/bash
# dump_schema.sh dumps the current system's dnote schema
set -eux
sqlite3 ~/.dnote/dnote.db .schema