#!/bin/bash # This gives you a fresh start. Call this script to run the software. It # is running in the background, not attached to standard input or output. killall -q start_js_proxy_server killall -q js_proxy_server cd `dirname $0` ulimit -Sn hard ./start_js_proxy_server >> ./server.log 2>&1 < /dev/null &