aboutsummaryrefslogtreecommitdiff
blob: 9a4190be8a0a7dc3164a9712bc8772e28fc59b64 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# make sure `timeout` is available.
if timeout --help >/dev/null ; then
	exit 0
else
	exit 77
fi