aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/2023-09-01-cas-llsc-aba/gen-svg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'content/2023-09-01-cas-llsc-aba/gen-svg.sh')
-rw-r--r--content/2023-09-01-cas-llsc-aba/gen-svg.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/2023-09-01-cas-llsc-aba/gen-svg.sh b/content/2023-09-01-cas-llsc-aba/gen-svg.sh
new file mode 100644
index 0000000..f24eb91
--- /dev/null
+++ b/content/2023-09-01-cas-llsc-aba/gen-svg.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+for name in list-abc list-ac list-b; do
+ drawio -x -f svg -t --svg-theme dark -o $name.svg $name.drawio
+done