aboutsummaryrefslogtreecommitdiff
path: root/tests/aux/sleepexit
blob: 25a9a5bbacb81617e09b407859814483e7cf8ffe (plain)
1
2
3
4
5
6
7
8
#! /bin/sh
t=${1:?}
c=${2:?}
if test -n "$3"; then
    echo $$ > $3
fi    
sleep $t
exit $c

Return to:

Send suggestions and report system problems to the System administrator.