Skip to content

Instantly share code, notes, and snippets.

@baudehlo
Created April 6, 2015 17:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baudehlo/7b00a672e1ee24bb8c57 to your computer and use it in GitHub Desktop.
Save baudehlo/7b00a672e1ee24bb8c57 to your computer and use it in GitHub Desktop.
#!/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