1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
shaoying 2020-10-17 13:26:50 +08:00
parent 7070c78bdd
commit 67f57b20ab

View File

@ -42,4 +42,4 @@ serve() {
prepare && shutdown && start $@
}
cmd=$1 && [ -n "$cmd" ] && shift || cmd="serve serve start dev dev"; $cmd $*
cmd=$1 && [ -n "$cmd" ] && shift || cmd="serve serve dev"; $cmd $*