lightdm-rs/gir-files/reformat.sh

7 lines
79 B
Bash
Executable File

#!/bin/bash
set -x -e
for file in *.gir; do
xmlstarlet ed -P -L "$file"
done