1 2 3 4 5 6 7 8
#!/usr/bin/perl -w # detach from tty main: $pid = fork; exit if $pid; die "fork: $!" unless defined $pid; print "continue in child"; sleep(4000);
Loggerhead is a web-based interface for Breezy Version: 2.0.1