#!/bin/sh
#
# This will add the application scripts and binaries to the path.
#
export PATH=$PATH:/app/bin:/app/scripts
