mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-03 09:39:47 +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
|