2019-07-25 16:58:57 +08:00
|
|
|
#!/bin/bash
|
2021-04-13 00:30:00 +08:00
|
|
|
#gitbook install
|
2019-07-25 16:58:57 +08:00
|
|
|
gitbook build
|
2021-12-24 09:58:06 +08:00
|
|
|
rm _book/images/*
|
2019-07-25 16:58:57 +08:00
|
|
|
cp images/apple-touch-icon-precomposed-152.png _book/gitbook/images
|
2021-12-24 09:58:06 +08:00
|
|
|
cp images/* _book/gitbook/images/
|