#!/bin/sh

LD_PRELOAD="libchildenv.so:libjemalloc.so" CHILD_ENV_RULES="LD_PRELOAD,MALLOC_CONF" MALLOC_CONF=narenas:1 exec nemo $@
