dnote/pkg/cli/scripts/dump_schema.sh
2019-08-13 12:54:06 +10:00

5 lines
121 B
Bash
Executable file

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