aboutsummaryrefslogtreecommitdiff
path: root/tests/aux/touchfile
blob: b9d92a3ebba2c01558e0ce61b98b214b34bcc7c5 (plain)
1
2
3
4
5
6
7
#!/bin/sh
dir=${1:?}
time=${2:?}
tag=${3:?}

touch $dir/$tag
sleep $time

Return to:

Send suggestions and report system problems to the System administrator.