#!/bin/sh set -e ulimit -c unlimited ulimit -n 16384 exec "$@"