#!/bin/bash # Importing useful functions for cc testing if [ -f ./func.sh ]; then source ./func.sh elif [ -f scripts/func.sh ]; then source scripts/func.sh fi ## Create channel echo_b "Creating channel ${APP_CHANNEL}..." channelCreate ${APP_CHANNEL} 1 0