mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
7 lines
86 B
Bash
7 lines
86 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ulimit -n 4096
|
||
|
|
||
|
THIS_DIR=$(dirname "$0")
|
||
|
node $THIS_DIR/packager.js "$@"
|