jprjr / lua-whereami

Lua module for finding your executable's path.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua-whereami

A Lua binding to the whereami library.

Usage

local whereami = require('whereami')

local exe, err = whereami()
-- exe will contain path to the lua interpreter

Licensing

This binding is under the MIT license (see LICENSE)

The original C library is released under the WTFPLV2 license.

About

Lua module for finding your executable's path.

License:MIT License


Languages

Language:C 78.1%Language:Makefile 15.6%Language:Lua 6.4%