From c01a06e38d0b0331f459cd439ce7706ef1556e50 Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 16:23:36 +0200 Subject: * fix infinite loop on not found * add bash tab completion script (will have install option in the future) * add search to tui (bound to / and ?) --- .pik/web/deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .pik/web/deploy.sh (limited to '.pik/web/deploy.sh') diff --git a/.pik/web/deploy.sh b/.pik/web/deploy.sh new file mode 100644 index 0000000..543142c --- /dev/null +++ b/.pik/web/deploy.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# gets run on server after calling `pik web update` from anywhere +set -euo pipefail +git pull +bash .pik/coverage.sh \ No newline at end of file -- cgit v1.3.1