diff --git a/bin/HPCAT/dm-hpcat-daq b/bin/HPCAT/dm-hpcat-daq new file mode 100755 index 0000000000000000000000000000000000000000..daed1d22c634a005247f6665f6b57c6587009ed1 --- /dev/null +++ b/bin/HPCAT/dm-hpcat-daq @@ -0,0 +1,18 @@ +#!/bin/sh + +# Run command + +if [ -z $DM_ROOT_DIR ]; then + cd `dirname $0` && myDir=`pwd` + setupFile=$myDir/../../setup.sh + if [ ! -f $setupFile ]; then + echo "Cannot find setup file: $setupFile" + exit 1 + fi + source $setupFile > /dev/null +fi +source $DM_ROOT_DIR/bin/dm_command_setup.sh + +eval "$DM_ROOT_DIR/src/python/dm/aps_beamline_tools/cli/daqCli.py $DM_COMMAND_ARGS" + + diff --git a/bin/HPCAT/dm-hpcat-upload b/bin/HPCAT/dm-hpcat-upload new file mode 100755 index 0000000000000000000000000000000000000000..9f753a812397f21b40fb9e9308449d903925fdf7 --- /dev/null +++ b/bin/HPCAT/dm-hpcat-upload @@ -0,0 +1,18 @@ +#!/bin/sh + +# Run command + +if [ -z $DM_ROOT_DIR ]; then + cd `dirname $0` && myDir=`pwd` + setupFile=$myDir/../../setup.sh + if [ ! -f $setupFile ]; then + echo "Cannot find setup file: $setupFile" + exit 1 + fi + source $setupFile > /dev/null +fi +source $DM_ROOT_DIR/bin/dm_command_setup.sh + +eval "$DM_ROOT_DIR/src/python/dm/aps_beamline_tools/cli/uploadCli.py $DM_COMMAND_ARGS" + + diff --git a/sbin/HPCAT/dm_hpcat_system_test_daq.sh b/sbin/HPCAT/dm_hpcat_system_test_daq.sh new file mode 100755 index 0000000000000000000000000000000000000000..83039714d96db3711eb3282e16e5272980d1fc70 --- /dev/null +++ b/sbin/HPCAT/dm_hpcat_system_test_daq.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd `dirname $0`/.. && DM_SBIN_DIR=`pwd` +$DM_SBIN_DIR/dm_system_test_daq.sh /home/dm/test + diff --git a/sbin/HPCAT/dm_hpcat_system_test_upload.sh b/sbin/HPCAT/dm_hpcat_system_test_upload.sh new file mode 100755 index 0000000000000000000000000000000000000000..1b3b1b85ef074b36970640c955417f7d66b7b9a9 --- /dev/null +++ b/sbin/HPCAT/dm_hpcat_system_test_upload.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd `dirname $0`/.. && DM_SBIN_DIR=`pwd` +$DM_SBIN_DIR/dm_system_test_upload.sh /home/dm/test +