diff options
author | Markus Grüneis <gimpf@gimpf.org> | 2014-10-16 20:25:11 +0200 |
---|---|---|
committer | Markus Grüneis <gimpf@gimpf.org> | 2014-10-16 20:25:11 +0200 |
commit | 19071ea420093a6957ebb3a06965ddf780fcb58d (patch) | |
tree | 5d2e39092908aa7a26526ab792575f77549a9054 /src/hub/dump-test-db | |
parent | create debug version of sfive-hub (diff) |
add testing shell scripts
Diffstat (limited to 'src/hub/dump-test-db')
-rwxr-xr-x | src/hub/dump-test-db | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hub/dump-test-db b/src/hub/dump-test-db new file mode 100755 index 0000000..89cc5af --- /dev/null +++ b/src/hub/dump-test-db @@ -0,0 +1,3 @@ +#!/bin/sh +echo .dump | sqlite3 ~/test.sqlite + |