#!/bin/bash ### DO NOT EDIT THIS FILE source "$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)/includes" project_manager_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." &> /dev/null && pwd)" help="$(getParameter "--help" false "$*")" if [ "$help" == true ] || [ "$1" == "" ] then if [ "$2" == false ] then usage exit fi fi