File: fail.pl

package info (click to toggle)
libsystem-command-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 144 kB
  • sloc: perl: 170; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!perl
use strict;
use warnings;

my ($status, $delay) = @ARGV;

sleep $delay;
exit $status;