Skip to content
Snippets Groups Projects
Commit 536fa625 authored by Dethinne Thomas's avatar Dethinne Thomas
Browse files

Update set_repository.sh

parent 5e0434c5
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ fi
echo "Copy of the code"
mkdir -p $directory/${cod}99/code
scp -r /climato_tmp1/tdethinne/MAR/src/MARCAR/* $directory/${cod}99/code
ln -s MAR_c01.exe MAR_${cod}99.exe
ln -s MAR_c01.exe $directory/${cod}99/code/MAR_${cod}99.exe
if [ "$1" -eq 1 ]; then
echo "Compile the code"
......
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