diff options
Diffstat (limited to 'sucl/hunt.icl')
-rw-r--r-- | sucl/hunt.icl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sucl/hunt.icl b/sucl/hunt.icl index bd4c4e3..747230c 100644 --- a/sucl/hunt.icl +++ b/sucl/hunt.icl @@ -1,3 +1,9 @@ +implementation module hunt + +// $Id$ + +/* + >|| Literal script "hunt.lit" > %export @@ -47,3 +53,5 @@ > = filter (~=[]) ((concat.map (split ' ').lines) stdout), if return=0 > = error ("glob: "++stderr), otherwise > where (stdout,stderr,return) = system ("echo "++pattern) + +*/ |