gliteWMS4: job.sh

File job.sh, 424 bytes (added by /O=GRID-FR/C=FR/O=CNRS/OU=LPSC/CN=Fabian Lambert, 16 years ago)

glite_wms_job_4

Line 
1#!/bin/sh
2
3# Initialisation de l'environnement sur le WN
4export LFC_HOST=lfc-prod.in2p3.fr
5export LFC_HOME=/grid/atlas/users/user.FabianLambert
6
7# Copie des fichiers du SE sur le WN
8# Remarque: Le nom du fichier copie sur le WN et le LFN sont les memes
9lcg-cp --vo atlas lfn:$1 file:`pwd`/$1
10lcg-cp --vo atlas lfn:$2 file:`pwd`/$2
11
12# Execute le job
13echo "Comment t'appelles tu" `cat $1` "?"
14echo "Je m'appelle" `cat $2` "!"