Skip to content
Snippets Groups Projects
Commit 9a953f9b authored by Manuela Kuhn's avatar Manuela Kuhn
Browse files

Added cp-loop-script

parent 282bbae4
No related branches found
No related tags found
No related merge requests found
#/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment