This aliases "matrix.client", making both the following equivalent: matrix = require "matrix.client" matrix = require "matrix"
9 lines
176 B
Lua
9 lines
176 B
Lua
#! /usr/bin/env lua
|
|
--
|
|
-- matrix.lua
|
|
-- Copyright (C) 2016 Adrian Perez <aperez@igalia.com>
|
|
--
|
|
-- Distributed under terms of the MIT license.
|
|
--
|
|
return require "matrix.client"
|