- 07 Feb, 2022 1 commit
-
-
- 22 Nov, 2021 1 commit
-
-
- 16 Nov, 2021 1 commit
-
-
- 25 Nov, 2020 1 commit
-
-
Dmitry Yu. Naumov authored
Also fixes the executable bit; now 644. Replace tabs followed by xmlstarlet format: ```sh #!/usr/bin/sh tmpfile=$(mktemp /tmp/xmlformat.XXXXXX) sed 's/\t/ /g' ${1} > ${tmpfile} && mv ${tmpfile} ${1} xmlstarlet fo -s 4 ${1} > ${tmpfile} && mv ${tmpfile} ${1} rm -rf ${tmpfile} # if something goes wrong ```
-
- 29 Oct, 2020 1 commit
-
-
Tom Fischer authored
-
- 24 Jul, 2020 1 commit
-
-
Tom Fischer authored
-
- 07 May, 2020 1 commit
-
-
Tom Fischer authored
-
- 03 Nov, 2019 1 commit
-
-
Dmitry Yu. Naumov authored
-
- 05 Dec, 2018 1 commit
-
-
Tom Fischer authored
-
- 27 Feb, 2018 1 commit
-
-