limbo/scripts/clone_test_db.sh
2025-05-26 22:00:39 +03:00

3 lines
117 B
Bash
Executable file

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