mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
3 lines
117 B
Bash
Executable file
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
|