Skip to content

Commit

Permalink
sh_loop/2
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Oct 23, 2018
1 parent 58d33ae commit 5da460e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sh.erl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-module(sh).
-export([ fdlink_executable/0, executable/1, oneliner/1, oneliner/2,
-export([ fdlink_executable/0, executable/1, oneliner/1, oneliner/2, sh_loop/2,
run/1, run/2, run/3, run/4, run/5 ]). % fold this

fdlink_executable() -> filename:absname(filename:join(code:priv_dir(sh), "fdlink")).
Expand Down

0 comments on commit 5da460e

Please sign in to comment.