Tizen 2.1 base
[platform/upstream/lsb.git] / test / minid.pl
1 #!/usr/bin/perl -w
2 # detach from tty
3 main:
4 $pid = fork;
5 exit if $pid;
6 die "fork: $!" unless defined $pid;
7 print "continue in child";
8 sleep(4000);