Skip to content
Snippets Groups Projects
Select Git revision
  • d0df37eab659f08abcc41ea7eefefa2c573b776a
  • master default protected
  • th/disable-sssd-pac
  • fix-samba-replication
4 results

.ansible-lint

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    make_doku_part.sh 85 B
    #!/bin/bash
    
    set -e
    
    cat HEADER.tex $@ FOOTER.tex > tmp.tex
    pdflatex tmp.tex
    
    exit 0