5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
test_dir=slopserver/test
|
|
|
|
cat $test_dir/test_db.sql | sqlite3 $test_dir/test_db.sqlite |