diff --git a/matrix.lua b/matrix.lua new file mode 100644 index 0000000..74218b8 --- /dev/null +++ b/matrix.lua @@ -0,0 +1,8 @@ +#! /usr/bin/env lua +-- +-- matrix.lua +-- Copyright (C) 2016 Adrian Perez +-- +-- Distributed under terms of the MIT license. +-- +return require "matrix.client"