blob: 83545214f87fe239c79ab5dc3e3fb010cc45787b [file] [log] [blame]
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
for i in *.svg;
do inkscape "$i" --export-plain-svg="${i//svg/plain.svg}"
done