summaryrefslogtreecommitdiff
path: root/src/r3.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/r3.erl')
-rw-r--r--src/r3.erl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/r3.erl b/src/r3.erl
new file mode 100644
index 0000000..5e8b26d
--- /dev/null
+++ b/src/r3.erl
@@ -0,0 +1,7 @@
+%%% external alias for rebar_agent
+-module(r3).
+-export([do/1, do/2]).
+
+do(Command) -> rebar_agent:do(Command).
+
+do(Namespace, Command) -> rebar_agent:do(Namespace, Command).