Remove bypass in run_ola
This commit is contained in:
parent
9c386476fb
commit
d8ef2cddfd
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
echo START
|
|
||||||
export cas="$1"
|
export cas="$1"
|
||||||
export inp_of="of_$cas"
|
export inp_of="of_$cas"
|
||||||
export out_of="out_of_$cas"
|
export out_of="out_of_$cas"
|
||||||
|
@ -10,9 +9,7 @@ then echo $inp_of not found
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo 0
|
echo START
|
||||||
exit 0
|
|
||||||
|
|
||||||
cp -r --reflink $inp_of $out_of
|
cp -r --reflink $inp_of $out_of
|
||||||
pushd $out_of
|
pushd $out_of
|
||||||
source /opt/OpenFOAM/OpenFOAM-9/etc/bashrc
|
source /opt/OpenFOAM/OpenFOAM-9/etc/bashrc
|
||||||
|
|
Loading…
Reference in a new issue