diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 11:32:01 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 11:32:01 -0500 |
commit | 91a209d5cb103feab7f4f73c43f67d3cae541ce6 (patch) | |
tree | 6bb7ac1add7c3490a9bd9122bdfcc3c78e779cba /license | |
parent | ce0c322562bdcd6fd8c84b2cddcc7fd38f833b5f (diff) | |
download | lua4win-dist-lua-91a209d5cb103feab7f4f73c43f67d3cae541ce6.tar.gz lua4win-dist-lua-91a209d5cb103feab7f4f73c43f67d3cae541ce6.tar.bz2 lua4win-dist-lua-91a209d5cb103feab7f4f73c43f67d3cae541ce6.zip |
Add License task
Diffstat (limited to 'license')
-rw-r--r-- | license | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh -ex | ||
2 | |||
3 | pandoc -o License.rtf lua4win-dist-lua/License.md --from markdown --to rtf | ||