limbo/scripts/clone_test_db.sh

3 lines
116 B
Bash
Executable file

#!/bin/bash
rm -f testing/testing_clone.db
sqlite3 testing/testing/db '.clone testing/testing_clone.db' > /dev/null