mirror of
https://gitee.com/coder-xiaomo/notes
synced 2025-01-26 19:00:27 +08:00
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/bash
|
|
|
|
echo "-------------- Hello! --------------"
|
|
npm run docs:build
|
|
echo "-------------- Goodbye! --------------"
|
|
read -n 1 |