#!/usr/bin/env bash # Specify the path to the RDL repo as argument one. # Argument 2 cna be a log file for the RDL output. # This script will create a .pid file and report in the current directory. set -e me=${0##*/} function print_usage() { cat >&2 <