From bc6907e58ba86da8c30a29c98b998832c4b260d3 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 26 Feb 2024 21:58:24 +0100 Subject: svg: add script to export drawio svg after feature was added to specify theme on cli --- content/2023-05-24-openwrt-migrate-to-dsa/gen-svg.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 content/2023-05-24-openwrt-migrate-to-dsa/gen-svg.sh (limited to 'content/2023-05-24-openwrt-migrate-to-dsa/gen-svg.sh') diff --git a/content/2023-05-24-openwrt-migrate-to-dsa/gen-svg.sh b/content/2023-05-24-openwrt-migrate-to-dsa/gen-svg.sh new file mode 100644 index 0000000..ca15382 --- /dev/null +++ b/content/2023-05-24-openwrt-migrate-to-dsa/gen-svg.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +drawio -x -f svg -t --svg-theme dark -o home-nw.svg home-nw.drawio -- cgit v1.2.3