File tree Expand file tree Collapse file tree 8 files changed +40
-4
lines changed
Expand file tree Collapse file tree 8 files changed +40
-4
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ cd ${0%/*} || exit 1 # Run from this directory
33
44ls | grep -P " ^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d" \n" rm -rf
55rm -rf VTK
6-
6+ rm -rf stl
77# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11#! /bin/sh
2+
3+ set -e # Exit immediately if a command exits with a non-zero status
24cd ${0%/* } || exit 1 # Run from this directory
5+
6+ echo " \n<--------------------------------------------------------------------->"
7+ echo " 0) Copying stl files"
8+ echo " \n<--------------------------------------------------------------------->"
9+ mkdir -p stl
10+ cp -rfv $pFlow_PROJECT_DIR /resources/stls/helicalMixer/* ./stl/
11+
312echo " \n<--------------------------------------------------------------------->"
413echo " 1) Creating particles"
514echo " <--------------------------------------------------------------------->\n"
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ cd ${0%/*} || exit 1 # Run from this directory
33
44ls | grep -P " ^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d" \n" rm -rf
55rm -rf VTK
6-
6+ rm -rf stl
77# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11#! /bin/sh
2+
3+ set -e # Exit immediately if a command exits with a non-zero status
24cd ${0%/* } || exit 1 # Run from this directory
5+
6+ echo " \n<--------------------------------------------------------------------->"
7+ echo " 0) Copying stl files"
8+ echo " \n<--------------------------------------------------------------------->"
9+ mkdir -p stl
10+ cp -rfv $pFlow_PROJECT_DIR /resources/stls/helicalMixer/* ./stl/
11+
312echo " \n<--------------------------------------------------------------------->"
413echo " 1) Creating particles"
514echo " <--------------------------------------------------------------------->\n"
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ cd ${0%/*} || exit 1 # Run from this directory
33
44ls | grep -P " ^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d" \n" rm -rf
55rm -rf VTK
6-
6+ rm -rf stl
77# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11#! /bin/sh
2+
3+ set -e # Exit immediately if a command exits with a non-zero status
24cd ${0%/* } || exit 1 # Run from this directory
5+
6+ echo " \n<--------------------------------------------------------------------->"
7+ echo " 0) Copying stl files"
8+ echo " \n<--------------------------------------------------------------------->"
9+ mkdir -p stl
10+ cp -rfv $pFlow_PROJECT_DIR /resources/stls/helicalMixer/* ./stl/
11+
312echo " \n<--------------------------------------------------------------------->"
413echo " 1) Creating particles"
514echo " <--------------------------------------------------------------------->\n"
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ cd ${0%/*} || exit 1 # Run from this directory
33
44ls | grep -P " ^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d" \n" rm -rf
55rm -rf VTK
6-
6+ rm -rf stl
77# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11#! /bin/sh
2+
3+ set -e # Exit immediately if a command exits with a non-zero status
24cd ${0%/* } || exit 1 # Run from this directory
5+
6+ echo " \n<--------------------------------------------------------------------->"
7+ echo " 0) Copying stl files"
8+ echo " \n<--------------------------------------------------------------------->"
9+ mkdir -p stl
10+ cp -rfv $pFlow_PROJECT_DIR /resources/stls/helicalMixer/* ./stl/
11+
312echo " \n<--------------------------------------------------------------------->"
413echo " 1) Creating particles"
514echo " <--------------------------------------------------------------------->\n"
You can’t perform that action at this time.
0 commit comments