Current section
Files
Jump to
Current section
Files
lib/Bucs.OS.ex
# File: Bucs.OS.ex
# This file was generated from bucos.beam
# Using rebar3_elixir (https://github.com/G-Corp/rebar3_elixir)
# MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING!
defmodule Bucs.OS do
def unquote(:"run")(arg1) do
:erlang.apply(:"bucos", :"run", [arg1])
end
def unquote(:"run")(arg1, arg2) do
:erlang.apply(:"bucos", :"run", [arg1, arg2])
end
def unquote(:"in")(arg1, arg2, arg3) do
:erlang.apply(:"bucos", :"in", [arg1, arg2, arg3])
end
def unquote(:"in")(arg1, arg2) do
:erlang.apply(:"bucos", :"in", [arg1, arg2])
end
end