commit 90081c80fa8f68d89ac46f0ff0a4c35d1200471e from: Omar Polo date: Wed Nov 23 10:26:16 2022 UTC add `template': an utitility that prints the ISC blurb commit - 0ae8e78f5b4dfadff8cc96423443ebb87cee3990 commit + 90081c80fa8f68d89ac46f0ff0a4c35d1200471e blob - /dev/null blob + f290f0daafcf5fdcbf5653ad386c688fd6ee60f6 (mode 644) --- /dev/null +++ bin/template.lp @@ -0,0 +1,28 @@ +# license + +Output the ISC license, suitable for being used to initialize source +files. + + #!/bin/sh + + user="$GOT_AUTHOR" # XXX: find a fallback + year="$(date +%Y)" + + cat <