mirror of
https://gitee.com/coder-xiaomo/notes
synced 2025-09-09 20:51:39 +08:00
创建vuepress项目
This commit is contained in:
22
docs-run.sh
Normal file
22
docs-run.sh
Normal file
@@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
|
||||
# trap "./docs-run.sh" SIGINT
|
||||
|
||||
echo "-------------- Hello! --------------"
|
||||
npm run docs:dev
|
||||
echo "-------------- Goodbye! --------------"
|
||||
read -n 1
|
||||
|
||||
|
||||
# npm run docs:dev
|
||||
# read -n 1
|
||||
|
||||
|
||||
# sleep 100
|
||||
|
||||
|
||||
# while true
|
||||
# do
|
||||
# npm run docs:dev
|
||||
# read -n 1
|
||||
# done
|
Reference in New Issue
Block a user