From 132413bf61b1f63367983891f8f05224b1661cb6 Mon Sep 17 00:00:00 2001 From: ivamp Date: Mon, 6 May 2024 20:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E5=85=8B=E9=9A=86?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pull.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pull.sh diff --git a/pull.sh b/pull.sh new file mode 100644 index 0000000..e86723f --- /dev/null +++ b/pull.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git clone https://github.com/pgvector/pgvector + +git clone https://github.com/timescale/timescaledb \ No newline at end of file