mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-24 08:45:56 +01:00
Create github.lua
This commit is contained in:
12
lib/github.lua
Normal file
12
lib/github.lua
Normal 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
|
||||
Reference in New Issue
Block a user