mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for i in {0..99}
|
|
do
|
|
./gen-database.py "database$i.db" --count 10000
|
|
done
|