aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-02 03:34:52 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-02 03:34:52 -0500
commit3640d1b1dedaa934d3d2e52b582d71ef16e31324 (patch)
treeec10ab62731c1fa6ae81372ec6766be197f6b5eb /setup.sh
parent26b6dc190733facb01edbb32d3454b4824bac4bc (diff)
downloadbbj-3640d1b1dedaa934d3d2e52b582d71ef16e31324.tar.gz
naming/styling changes; change base response schema
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 9d508bc..024290c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -2,7 +2,7 @@
set -e
if [[ $1 == --init ]]; then
- sqlite3 bbj.db < schema.sql
+ sqlite3 data.sqlite < schema.sql
echo cleared
exit
fi
Un proyecto texto-plano.xyz