Last active
October 30, 2022 06:56
-
-
Save shun-shobon/87924a9bda114a3bb3c9a19e5aff9206 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -H "Accept: application/vnd.github+json" https://api.github.com/licenses/mit | jq -r .body | sed -e "s/\[year\]/$(date '+%Y')/; s/\[fullname\]/$(git config user.name)/" > LICENSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment