summaryrefslogtreecommitdiff
path: root/.pik/web/web.sh
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-22 19:27:25 +0200
committerewy <ewy0@protonmail.com>2026-04-22 19:27:25 +0200
commit098cae128b18418b0e6be87af5bf29ce2aae39a1 (patch)
treedce7a55ac44296d5803a3d74e0076672bbcd7b33 /.pik/web/web.sh
parentf13b2bcf9a3a5ea6afeaa60c7a2e801e8e79a2c1 (diff)
update script experiment
Diffstat (limited to '.pik/web/web.sh')
-rw-r--r--.pik/web/web.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.pik/web/web.sh b/.pik/web/web.sh
new file mode 100644
index 0000000..1f95d13
--- /dev/null
+++ b/.pik/web/web.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+set -euo pipefail
+git pull
+bash .pik/web/web.sh \ No newline at end of file