Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
cxx
/
book
/
build.sh
blob: 783d304b0770412255197cc584984345757f8873 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
cd
"$(dirname "
$0
")"
if
[
-
f
./
mdbook
];
then
./
mdbook build
else
mdbook build
fi
if
[
!
-
d node_modules
];
then
npm install
fi
./
build
.
js