From 9a953f9b3f9087413e568ab1a4c3d793bea991ab Mon Sep 17 00:00:00 2001 From: Manuela Kuhn <manuela.kuhn@desy.de> Date: Fri, 24 Jul 2015 13:36:52 +0200 Subject: [PATCH] Added cp-loop-script --- copy_test_data.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 copy_test_data.sh diff --git a/copy_test_data.sh b/copy_test_data.sh new file mode 100644 index 00000000..de5990a7 --- /dev/null +++ b/copy_test_data.sh @@ -0,0 +1,9 @@ +#/bin/sh + +FILES=/space/test_data/flat/* +TARGET=/space/projects/Live_Viewer/source/local +for f in $FILES +do + echo $f + cp $f $TARGET +done -- GitLab