17 Dec
2003
17 Dec
'03
11:17 p.m.
| BTW how can I log brloop's output into a file and not to the screen? #!/bin/sh brloop > /tmp/worklog.ssl 2>&1 & is what I did. /Christian