Zipfs-Law-Language-Detector/execenv/initdbs.sh
2024-10-10 22:37:54 -04:00

8 lines
169 B
Bash
Executable file

#!/bin/bash
cd ../data
cd testing
cat schema.sql | sqlite3 testing.db
cd ../training
cat schema.sql | sqlite3 training.db
cd ../words/
cat schema.sql | sqlite3 words.db