Skip to content

Commit

Permalink
avoid script with run_erl on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Garrido committed Apr 30, 2013
1 parent b29ce3c commit 0fad6be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/icnelia_cmds.erl
Expand Up @@ -2,10 +2,13 @@
% ICNELIA : Helper for compile, clean and create run scripts for
% an erlang OTP application
%
% Copyright (C) 2012, Jorge Garrido <jorge.garrido@morelosoft.com>
% Copyright (C) 2012-2013, Jorge Garrido <zgbjgg@gmail.com> All rights reserved.
%
% All rights reserved.
% This Source Code Form is subject to the terms of the Mozilla Public
% License, v. 2.0. If a copy of the MPL was not distributed with this
% file, You can obtain one at http://mozilla.org/MPL/2.0/.
%

-module(icnelia_cmds).

-export([cmd/1]).
Expand Down

0 comments on commit 0fad6be

Please sign in to comment.