Skip to content

Commit

Permalink
start.sh: take cli args
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Jun 28, 2011
1 parent 2993dfa commit af31b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
@@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh


erl -boot start_sasl -pa $PWD/ebin $PWD/deps/*/ebin erl $@ -boot start_sasl -pa $PWD/ebin $PWD/deps/*/ebin

0 comments on commit af31b23

Please sign in to comment.