3 lines
61 B
Bash
3 lines
61 B
Bash
|
#!/bin/sh
|
||
|
rm -f test.map*
|
||
|
time cat test2.sql |duckdb test.map
|