#!/bin/bash

if [ $# -gt 1 ]
then
    echo "'comms-tests-wrapper all' or 'comms-tests-wrapper card#'"; exit 1
fi
if [ $# -lt 1 ]
then
    echo "'comms-tests-wrapper all' or 'comms-tests-wrapper card#'"; exit 1
fi


cd /mnt/data/testdaq/Results/CommsTests/
nohup comms-tests-wrapper-wrapper $1 &
