mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-06-30 16:43:30 +00:00
5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
PREBUILT=1 ./make-linux
|