Explorar el Código

Add wiki-sections-sort

master
JustAnotherArchivist hace 4 años
padre
commit
9b8f223776
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      wiki-sections-sort

+ 3
- 0
wiki-sections-sort Ver fichero

@@ -0,0 +1,3 @@
#!/bin/bash
# Sort == level-two wiki sections == alphabetically while keeping all section contents (including subsections) in the given order
tr '\n' '\r' | sed 's,\r== ,\n== ,g' | sort | tr '\r' '\n'

Cargando…
Cancelar
Guardar