From 84d22eb783b17aa0a1f62d78abf3c11737df0c3b Mon Sep 17 00:00:00 2001 From: gauthier Date: Fri, 6 May 2011 11:29:26 +0200 Subject: [PATCH] remove unused transfert_patients.sh script transfert patients to iRODS is now managed with the transfert_patients_to_irods.sh script from clitk-test --- vv/scripts/transfer_patients.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 vv/scripts/transfer_patients.sh diff --git a/vv/scripts/transfer_patients.sh b/vv/scripts/transfer_patients.sh deleted file mode 100755 index e683f7d..0000000 --- a/vv/scripts/transfer_patients.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -cd current -echo -n "Patients before: " -find . -type l | wc -l -for i in /home/gauthier/Base_de_donnees_stereo_poumon/*; do [ -e "$i" ] || ln -s "$i" .; done -echo -n "Patients after: " -find . -type l | wc -l -for i in $(find . -type l); do date; echo $i; irsync -rv "$i" "i:/rhone-alpes/home/clb/patients/$i" >> "$i"_$(date "+%H:%m-%d_%b%Y").log; done -- 2.45.1