1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shylinux 2020-10-08 15:46:46 +08:00
parent 5bc53aa9f0
commit 28ff1645f5

View File

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