1
0
mirror of https://gitee.com/coder-xiaomo/notes synced 2025-09-07 20:01:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
notes/docs-build.sh
2021-12-06 00:20:16 +08:00

6 lines
131 B
Bash

#!/bin/bash
echo "-------------- Hello! --------------"
npm run docs:build
echo "-------------- Goodbye! --------------"
read -n 1