Skip to content
Snippets Groups Projects
Select Git revision
  • edc01378ec558b4ef1e2ee94a89ef7341d2b6a4c
  • master default
2 results

Dockerfile

Blame
  • git-license 66 B
    #!/bin/sh
    set -eu
    
    license "$@" > LICENSE.txt
    git add LICENSE.txt