mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 16:44:19 +01:00
4 lines
117 B
Bash
Executable File
4 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
|