Create github.lua

This commit is contained in:
Igor Timofeev
2015-08-05 04:52:53 +03:00
parent 9859205c2e
commit 094420c26f

12
lib/github.lua Normal file
View File

@@ -0,0 +1,12 @@
local shell = require("shell")
local github = {}
-----------------------------------------------------------------------------------------------
function github.get(url, path)
shell.execute("github fast " .. url .. " " .. path)
end
-----------------------------------------------------------------------------------------------
return github