latest :)

This commit is contained in:
2025-03-11 23:32:39 +01:00
parent 92f1c750ef
commit 63bb9fbb43
2251 changed files with 1239859 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
osr-cad sw --src="./$1/**/*Global*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}.+(x_t)' --verbose --debug
osr-cad sw --src="./$1/**/*Global*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}-config.+(json)' --verbose --debug
osr-cad sw --src="./$1/**/*Global*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}-${CONFIGURATION}.+(step|x_t)' --verbose --debug
osr-cad sw --src="./$1/**/*Global*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}.+(pdf|html|step)' --verbose --debug
@@ -0,0 +1,2 @@
script_dir=$(dirname "$0")
$script_dir/update-dir.sh "./cad/"