Skip to content

Instantly share code, notes, and snippets.

@baudehlo
Created April 6, 2015 17:40
#!/bin/sh
DIR=`pwd`
exec 2>&1
if [ -z $ENVDIR_RUN ]; then
export ENVDIR_RUN=1
exec chpst -e $DIR/env $0
fi
su matt -c "${NPM:-/usr/bin/npm} install"
exec ${HARAKA:-/usr/local/bin/haraka} -c . ?????????????????????????????????????????????
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment