From 962d4fe89e5e3e57397708dd9c36e28636a22be1 Mon Sep 17 00:00:00 2001 From: SoonIter Date: Mon, 26 Feb 2024 01:49:05 +0800 Subject: [PATCH] chore: build.sh --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..cf0e360 --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +#! /usr/bin bash +TAG='0.4.37' +echo $TAG +URL="https://github.com/rust-lang/mdbook/releases/download/${TAG}/mdbook-${TAG}-x86_64-unknown-linux-gnu.tar.gz" +echo $URL +curl -L $url | tar xvz +./mdbook build \ No newline at end of file