Skip to content
Snippets Groups Projects
Commit c997b16d authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

TUT: add '-n' when linking tutorial directory

parent 51bb4e00
Branches
Tags
No related merge requests found
......@@ -14,8 +14,8 @@ for modelType in $modelTypes
do
echo
echo "Running with model: $modelType"
(cd 0 && ln -sf "inlet.$modelType" inlet)
(cd constant/boundaryData && ln -sf "inlet.$modelType" inlet)
(cd 0 && ln -snf "inlet.$modelType" inlet)
(cd constant/boundaryData && ln -snf "inlet.$modelType" inlet)
runApplication -s "$modelType" pimpleFoam
./createGraphs
......
......@@ -14,8 +14,8 @@ for modelType in $modelTypes
do
echo
echo "Running with model: $modelType"
(cd 0 && ln -sf "inlet.$modelType" inlet)
(cd constant/boundaryData && ln -sf "inlet.$modelType" inlet)
(cd 0 && ln -snf "inlet.$modelType" inlet)
(cd constant/boundaryData && ln -snf "inlet.$modelType" inlet)
runApplication -s "$modelType" decomposePar
runParallel -s "$modelType" pimpleFoam
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment