diff options
| author | ruki <[email protected]> | 2017-05-08 16:25:00 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-08 16:25:00 +0800 |
| commit | 5da5e37eed97e96247ff198c411793f32e5c9916 (patch) | |
| tree | 4940da5ecbd1756ea058417fc501ac30c159aa83 /xmake/plugins/lua/scripts/versioninfo.lua | |
| parent | 74421dd37565851f41f7415c80fd7046227b40df (diff) | |
| parent | 52c8ee6e3a5782f49e19bb1b4b9c8fa79661c0e0 (diff) | |
Merge pull request #80 from TitanSnow/readline
detect readline
Diffstat (limited to 'xmake/plugins/lua/scripts/versioninfo.lua')
| -rw-r--r-- | xmake/plugins/lua/scripts/versioninfo.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/plugins/lua/scripts/versioninfo.lua b/xmake/plugins/lua/scripts/versioninfo.lua new file mode 100644 index 000000000..c6d01667b --- /dev/null +++ b/xmake/plugins/lua/scripts/versioninfo.lua @@ -0,0 +1,3 @@ +function main() + table.dump(os.versioninfo()) +end |
