latest
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
osr-cad sw --src='./howtos/**/*.+(SLDASM)' --dst='${SRC_DIR}/${SRC_NAME}.+(x_t)' --verbose --debug --skip
|
||||
osr-cad sw --src='./howtos/**/*.+(SLDASM|SLDPRT|step)' --dst='${SRC_DIR}/${SRC_NAME}.+(pdf|jpg|html|step)' --verbose --debug --skip
|
||||
@@ -0,0 +1,2 @@
|
||||
osr-cad sw --src='./$1/**/*.+(SLDASM|SLDPRT)' --dst='${SRC_DIR}/${SRC_NAME}.+(x_t)'
|
||||
osr-cad sw --src='./$1/**/*.+(SLDASM|SLDPRT|step)' --dst='${SRC_DIR}/${SRC_NAME}.+(pdf|jpg|html|step)'
|
||||
@@ -0,0 +1,2 @@
|
||||
osr-cad sw --src='./moulds/**/*.+(SLDASM|SLDPRT)' --dst='${SRC_DIR}/${SRC_NAME}.+(x_t)' --verbose --debug --skip
|
||||
osr-cad sw --src='./moulds/**/*.+(SLDASM|SLDPRT|step)' --dst='${SRC_DIR}/${SRC_NAME}.+(pdf|jpg|html|step)' --verbose --debug --skip
|
||||
@@ -0,0 +1,2 @@
|
||||
osr-cad sw --src="./$1/**/*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}.+(x_t)' --verbose --debug
|
||||
osr-cad sw --src="./$1/**/*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}.+(pdf|jpg|html|step)' --verbose --debug
|
||||
@@ -0,0 +1,6 @@
|
||||
script_dir=$(dirname "$0")
|
||||
$script_dir/update-dir.sh extrusion
|
||||
$script_dir/update-dir.sh injection
|
||||
$script_dir/update-dir.sh shredder
|
||||
$script_dir/update-dir.sh sheetpress
|
||||
$script_dir/update-dir.sh components
|
||||
Reference in New Issue
Block a user