lightdm-rs/gir-files/reformat.sh

7 lines
79 B
Bash
Raw Normal View History

2020-04-23 21:49:16 +12:00
#!/bin/bash
set -x -e
for file in *.gir; do
xmlstarlet ed -P -L "$file"
done