1
0
mirror of https://gitee.com/coder-xiaomo/notes synced 2025-01-26 19:00:27 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
notes/docs-build.sh

6 lines
131 B
Bash

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