mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-15 07:37:32 +08:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
$ROOT=$1
|
|
|
|
command=`node -e "console.log(require('./package').scripts.start)"`
|
|
$command &
|