From 0a3519aa424ec9e57a74f3dbbad8ded665651226 Mon Sep 17 00:00:00 2001 From: lovebird Date: Sun, 17 Dec 2023 20:45:51 +0100 Subject: [PATCH] scripts --- scripts/update-dir.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/update-dir.sh b/scripts/update-dir.sh index 6afc20f4..01b0e706 100644 --- a/scripts/update-dir.sh +++ b/scripts/update-dir.sh @@ -1,2 +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}.+(pdf|jpg|html|step)' --verbose --debug \ No newline at end of file +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 \ No newline at end of file