mirror of https://github.com/Hilbis/Hilbish
12 lines
115 B
Lua
12 lines
115 B
Lua
|
local M = {}
|
||
|
|
||
|
function M.pipe(cmd, cmd2)
|
||
|
--
|
||
|
end
|
||
|
|
||
|
hilbish.runner.add('oxalis', {
|
||
|
run = function(input)
|
||
|
|
||
|
end
|
||
|
})
|