Skip to content

Commit

Permalink
sh v.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Apr 28, 2015
1 parent 2d354e8 commit 6225f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{deps_dir,"deps"}.
{deps, [{sh, ".*", {git, "git://github.com/synrc/sh", {tag, "master"}}}]}.
{deps, [{sh, ".*", {git, "git://github.com/synrc/sh", {tag, "1.4"}}}]}.
2 changes: 1 addition & 1 deletion src/mad_run.erl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ start(_) -> % run_dir > < log_dir
false -> io:format("Shell Error: ~s~n\r",[binary_to_list(X)]), exit({error,X}) end.

attach(_) ->
io:format("to_erl .devbox/~n"). % use like $(mad attach)
io:format("to_erl .~n"). % use like $(mad attach)

stop(_) -> ok. % TODO: stop box

Expand Down

0 comments on commit 6225f8d

Please sign in to comment.