mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 17:27:54 +08:00
7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ulimit -n 4096
|
|
|
|
THIS_DIR=$(dirname "$0")
|
|
node $THIS_DIR/packager.js "$@"
|