Skip to content
Snippets Groups Projects
Commit 121a09f6 authored by kohleman's avatar kohleman
Browse files

script run after the successful move of the data to the processing dir

SVN: 13576
parent 1157649a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
RM=/usr/bin/rm
ssh bs-isvr01-s.ethz.ch /net/bs-bsse/local0/local/dsu/bin/create_srfs.sh
# get rid of the intensity and noise files generated for the srfs
$RM /array0/dsu/processing/*/Data/Intensities/*int* /array0/dsu/processing/*/Data/Intensities/*nse*
rsync /array0/dsu/processing/* /array0/dsu/dss/incoming
\ No newline at end of file
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