summaryrefslogtreecommitdiff
path: root/.pik/run.sh
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-22 17:07:22 +0200
committerewy <ewy0@protonmail.com>2026-05-22 17:07:22 +0200
commit723fd084ddd686195879e1179bf3c530f19990fd (patch)
tree97f16ab5331635f82471d442eccadcec3c1f0ade /.pik/run.sh
parent6a96d445378667b1cb746d0536683990de47b4d1 (diff)
update readme
Diffstat (limited to '.pik/run.sh')
-rw-r--r--.pik/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pik/run.sh b/.pik/run.sh
index 2031c02..917e97e 100644
--- a/.pik/run.sh
+++ b/.pik/run.sh
@@ -2,5 +2,5 @@
set -euo pipefail
TMP="$(mktemp -d)"
go build -tags duckdb "$@" -o "$TMP/sts2s" .
-cd "$LOC"
-"$TMP/sts2s" --database "$TMP/db" \ No newline at end of file
+export XDG_CACHE_HOME="$TMP"
+"$TMP/sts2s" --profile "$PROFILE" --database "$TMP/db" \ No newline at end of file