** About
@rckchat_pkg_build.sh @ is a simple bash shell script for compiling my personal projects with meteor and third part packages
** Installation
curl https://gist.githubusercontent.com/hpgsantos/dc003e2b8d2313665c507c6dd58f68e5/raw/a2130d0ea51ffb0b0b38497b5b477d0791a5b05e/rckchat_pkg_build.sh > rckchat_pkg_build.sh && chmod 755 rckchat_pkg_build.sh
** Execution
./rckchat_pkg_build.sh && cd ~/var/www/bundle
** Start Server
cd ~/var/www/bundle && node main.js
** Full Command
cd ~ && ./rckchat_pkg_build.sh && cd ~/var/www/bundle && node main.js