mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-06-08 14:57:20 +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
|