metro/packager.sh

7 lines
86 B
Bash
Raw Normal View History

2015-01-30 01:10:49 +00:00
#!/bin/bash
ulimit -n 4096
THIS_DIR=$(dirname "$0")
node $THIS_DIR/packager.js "$@"