beremiz

Tests: add encrypted OPCUA browsing test.
wxPython4
2022-11-15, Edouard Tisserant
2f79540660f6
Tests: add encrypted OPCUA browsing test.
#!/bin/bash
INKSCAPE=inkscape
for i in `cat icons.svg |grep -o -e '%%[^%]*%%'|sed 's/%//g'`
do
if [ $i.png -nt icons.svg ]; then
echo "Skip $i"
else
rm -f $i.png
echo "$INKSCAPE" icons.svg -z -e $i.png -i $i
"$INKSCAPE" icons.svg -z -e $i.png -i $i
fi
done