#!/bin/sh
set -eu

license "$@" > LICENSE.txt
git add LICENSE.txt
