Skip to content

ccdd13/mit-license

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mit-license

to get a link to mit license raw text

curl -sL 'https://raw.githubusercontent.com/ccdd13/mit-license/main/mit-template.txt' | \
sed  -Ee "s~\\[year\\]~$(date '+%Y')~ig;s~\\[fullname\\]~$(echo -n ${GITHUB_ACTOR})~ig" \
           > LICENSE.txt