aboutsummaryrefslogtreecommitdiff
path: root/tests/aux/touchfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aux/touchfile')
-rwxr-xr-xtests/aux/touchfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/aux/touchfile b/tests/aux/touchfile
new file mode 100755
index 0000000..b9d92a3
--- /dev/null
+++ b/tests/aux/touchfile
@@ -0,0 +1,7 @@
1#!/bin/sh
2dir=${1:?}
3time=${2:?}
4tag=${3:?}
5
6touch $dir/$tag
7sleep $time

Return to:

Send suggestions and report system problems to the System administrator.