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

echo $tag > $file
test $time -ne 0 && sleep $time

Return to:

Send suggestions and report system problems to the System administrator.